#08C31C

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

Shades of Dark Pastel Green #08C31C

Tints of Dark Pastel Green #08C31C

Color information

#08C31C (or 0x08C31C) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C3 and 1C. RGB value is (8,195,28). Sum of RGB (Red+Green+Blue) = 8+195+28=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #08C31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C31C is #F73CE3. Grayscale: #787878. Windows color (decimal): -16202980 or 1884936. OLE color: 1884936.

HSL color Cylindrical-coordinate representation of color #08C31C: hue angle of 126.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C31C is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB819528-
CMYK0.9600.860.24
HSL126.42º92.12%39.8%-
HSV(B)126.42º95.9%76.47%-
XYZ19.8239.177.61-
YUV120.0576.0548.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 195 (76.56% from 255) = 84.42%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=3.46%
G=84.42%
B=12.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8195280.9600.860.24126.4292.1239.8
Hex8C31C60056187e5c28
Octal103033414001263017613450
Binary100011000011111001100000010101101100011111101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C31C; }

 p { color: rgb(8,195,28); }

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

<style>
 a { background-color: #08C31C; }

 a { background-color: rgb(8,195,28); }

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

<style>
 span { border-color: #08C31C; }

 span { border-color: rgb(8,195,28); }

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