#08C31E

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

Shades of Dark Pastel Green #08C31E

Tints of Dark Pastel Green #08C31E

Color information

#08C31E (or 0x08C31E) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C3 and 1E. RGB value is (8,195,30). Sum of RGB (Red+Green+Blue) = 8+195+30=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #08C31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C31E is #F73CE1. Grayscale: #787878. Windows color (decimal): -16202978 or 2016008. OLE color: 2016008.

HSL color Cylindrical-coordinate representation of color #08C31E: hue angle of 127.06º 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 #08C31E is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB819530-
CMYK0.9600.850.24
HSL127.06º92.12%39.8%-
HSV(B)127.06º95.9%76.47%-
XYZ19.8539.187.74-
YUV120.2877.0547.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 195 (76.56% from 255) = 83.69%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=3.43%
G=83.69%
B=12.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8195300.9600.850.24127.0692.1239.8
Hex8C31E60055187f5c28
Octal103033614001253017713450
Binary100011000011111101100000010101011100011111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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