Html Css Color HEX #08C01B Dark Pastel Green

📋 copy color: '#08C01B'

red 8 ◦ green 192 ◦ blue 27

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

Shades of Dark Pastel Green #08C01B

Tints of Dark Pastel Green #08C01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 84.58%

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 3.52%
G = 84.58%
B = 11.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#08C01B (or 0x08C01B) is known color: Dark Pastel Green. HEX triplet: 08, C0 and 1B. RGB value is (8,192,27). Sum of RGB (Red+Green+Blue) = 8+192+27=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #08C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C01B is #F73FE4. Grayscale: #767676. Windows color (decimal): -16203749 or 1818632. OLE color: 1818632.

HSL color Cylindrical-coordinate representation of color #08C01B: hue angle of 126.2º degrees, saturation: 0.92, 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 #08C01B is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 27 -
CMYK 0.96 0 0.86 0.25
HSL 126.2º 0.92% 0.39% -
HSV(B) 126.2º 0.96% 0.75% -
XYZ 19.15 37.83 7.33 -
YUV 118.17 76.54 49.42 -
System Red Green Blue C M Y K H S L
Decimal 8 192 27 0.96 0 0.86 0.25 126.2 0.92 0.39
Hex 8 C0 1B 60 0 56 19 7E 5C 27
Octal 10 300 33 140 0 126 31 176 134 47
Binary 1000 11000000 11011 1100000 0 1010110 11001 1111110 1011100 100111

Color Harmonies of #08C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C01B

Black with #08C01B

Text Example


Text Example

White with #08C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,192,27); }

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

background-color css

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

 a { background-color: rgb(8,192,27); }

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

border-color css

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

 span { border-color: rgb(8,192,27); }

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