Html Css Color HEX #08C31F Dark Pastel Green

📋 copy color: '#08C31F'

red 8 ◦ green 195 ◦ blue 31

#08C31F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #08C31F

Tints of Dark Pastel Green #08C31F

RGB

 RED value IS 8 (3.52% from 255) = 3.42%

 GREEN value IS 195 (76.56% from 255) = 83.33%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 3.42%
G = 83.33%
B = 13.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#08C31F (or 0x08C31F) is known color: Dark Pastel Green. HEX triplet: 08, C3 and 1F. RGB value is (8,195,31). Sum of RGB (Red+Green+Blue) = 8+195+31=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #08C31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C31F is #F73CE0. Grayscale: #787878. Windows color (decimal): -16202977 or 2081544. OLE color: 2081544.

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

Color convert

RGB 8 195 31 -
CMYK 0.96 0 0.84 0.24
HSL 127.38º 0.92% 0.4% -
HSV(B) 127.38º 0.96% 0.76% -
XYZ 19.86 39.18 7.81 -
YUV 120.39 77.55 47.84 -
System Red Green Blue C M Y K H S L
Decimal 8 195 31 0.96 0 0.84 0.24 127.38 0.92 0.4
Hex 8 C3 1F 60 0 54 18 7F 5C 28
Octal 10 303 37 140 0 124 30 177 134 50
Binary 1000 11000011 11111 1100000 0 1010100 11000 1111111 1011100 101000

Color Harmonies of #08C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C31F

Black with #08C31F

Text Example


Text Example

White with #08C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08C31F;
 }
 .AnyTagClassName
 {
   color: #08C31F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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