Html Css Color HEX #08BD1D Dark Pastel Green

📋 copy color: '#08BD1D'

red 8 ◦ green 189 ◦ blue 29

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

Shades of Dark Pastel Green #08BD1D

Tints of Dark Pastel Green #08BD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 83.63%

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 3.54%
G = 83.63%
B = 12.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#08BD1D (or 0x08BD1D) is known color: Dark Pastel Green. HEX triplet: 08, BD and 1D. RGB value is (8,189,29). Sum of RGB (Red+Green+Blue) = 8+189+29=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 189 (74.22% from 255 or 83.63% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BD1D is #F742E2. Grayscale: #757575. Windows color (decimal): -16204515 or 1948936. OLE color: 1948936.

HSL color Cylindrical-coordinate representation of color #08BD1D: hue angle of 126.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD1D is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 29 -
CMYK 0.96 0 0.85 0.26
HSL 126.96º 0.92% 0.39% -
HSV(B) 126.96º 0.96% 0.74% -
XYZ 18.52 36.54 7.24 -
YUV 116.64 78.53 50.51 -
System Red Green Blue C M Y K H S L
Decimal 8 189 29 0.96 0 0.85 0.26 126.96 0.92 0.39
Hex 8 BD 1D 60 0 55 1A 7F 5C 27
Octal 10 275 35 140 0 125 32 177 134 47
Binary 1000 10111101 11101 1100000 0 1010101 11010 1111111 1011100 100111

Color Harmonies of #08BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD1D

Black with #08BD1D

Text Example


Text Example

White with #08BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,29); }

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

background-color css

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

 a { background-color: rgb(8,189,29); }

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

border-color css

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

 span { border-color: rgb(8,189,29); }

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