Html Css Color HEX #08CB1C Dark Pastel Green

📋 copy color: '#08CB1C'

red 8 ◦ green 203 ◦ blue 28

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

Shades of Dark Pastel Green #08CB1C

Tints of Dark Pastel Green #08CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 84.94%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 3.35%
G = 84.94%
B = 11.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#08CB1C (or 0x08CB1C) is known color: Dark Pastel Green. HEX triplet: 08, CB and 1C. RGB value is (8,203,28). Sum of RGB (Red+Green+Blue) = 8+203+28=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 203 (79.69% from 255 or 84.94% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CB1C is #F734E3. Grayscale: #7D7D7D. Windows color (decimal): -16200932 or 1886984. OLE color: 1886984.

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

Color convert

RGB 8 203 28 -
CMYK 0.96 0 0.86 0.20
HSL 126.15º 0.92% 0.41% -
HSV(B) 126.15º 0.96% 0.8% -
XYZ 21.67 42.85 8.23 -
YUV 124.75 73.4 44.73 -
System Red Green Blue C M Y K H S L
Decimal 8 203 28 0.96 0 0.86 0.20 126.15 0.92 0.41
Hex 8 CB 1C 60 0 56 14 7E 5C 29
Octal 10 313 34 140 0 126 24 176 134 51
Binary 1000 11001011 11100 1100000 0 1010110 10100 1111110 1011100 101001

Color Harmonies of #08CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CB1C

Black with #08CB1C

Text Example


Text Example

White with #08CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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