Html Css Color HEX #08BB2A Dark Pastel Green

📋 copy color: '#08BB2A'

red 8 ◦ green 187 ◦ blue 42

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

Shades of Dark Pastel Green #08BB2A

Tints of Dark Pastel Green #08BB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 78.9%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 3.38%
G = 78.9%
B = 17.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#08BB2A (or 0x08BB2A) is known color: Dark Pastel Green. HEX triplet: 08, BB and 2A. RGB value is (8,187,42). Sum of RGB (Red+Green+Blue) = 8+187+42=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BB2A is #F744D5. Grayscale: #757575. Windows color (decimal): -16205014 or 2800392. OLE color: 2800392.

HSL color Cylindrical-coordinate representation of color #08BB2A: hue angle of 131.4º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BB2A is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 187 42 -
CMYK 0.96 0 0.78 0.27
HSL 131.4º 0.92% 0.38% -
HSV(B) 131.4º 0.96% 0.73% -
XYZ 18.29 35.76 8.13 -
YUV 116.95 85.7 50.29 -
System Red Green Blue C M Y K H S L
Decimal 8 187 42 0.96 0 0.78 0.27 131.4 0.92 0.38
Hex 8 BB 2A 60 0 4E 1B 83 5C 26
Octal 10 273 52 140 0 116 33 203 134 46
Binary 1000 10111011 101010 1100000 0 1001110 11011 10000011 1011100 100110

Color Harmonies of #08BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB2A

Black with #08BB2A

Text Example


Text Example

White with #08BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,187,42); }

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

background-color css

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

 a { background-color: rgb(8,187,42); }

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

border-color css

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

 span { border-color: rgb(8,187,42); }

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