#07C027

Color #07C027 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #07C027

Tints of Dark Pastel Green #07C027

Color information

#07C027 (or 0x07C027) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C0 and 27. RGB value is (7,192,39). Sum of RGB (Red+Green+Blue) = 7+192+39=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #07C027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C027 is #F83FD8. Grayscale: #777777. Windows color (decimal): -16269273 or 2605063. OLE color: 2605063.

HSL color Cylindrical-coordinate representation of color #07C027: hue angle of 130.38º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C027 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB719239-
CMYK0.9600.800.25
HSL130.38º92.96%39.02%-
HSV(B)130.38º96.35%75.29%-
XYZ19.337.898.22-
YUV119.2482.7147.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.94%
GREEN value IS 192 (75.39% from 255) = 80.67%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=2.94%
G=80.67%
B=16.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7192390.9600.800.25130.3892.9639.02
Hex7C0276005019825d27
Octal73004714001203120213547
Binary1111100000010011111000000101000011001100000101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C027; }

 p { color: rgb(7,192,39); }

 H1.HeaderClassName
 {
   color: #07C027;
 }
 .AnyTagClassName
 {
   color: #07C027;
 }
</style>
background-color css

<style>
 a { background-color: #07C027; }

 a { background-color: rgb(7,192,39); }

 div.DivClassName
 {
   background-color: #07C027;
 }
 .BgClassName
 {
   background-color: #07C027;
 }
</style>
border-color css

<style>
 span { border-color: #07C027; }

 span { border-color: rgb(7,192,39); }

 td.TdClassName
 {
   border-color: #07C027;
 }
 .TagClassName
 {
   border-color: #07C027;
 }
</style>