Html Css Color HEX #08DB2B Dark Pastel Green

📋 copy color: '#08DB2B'

red 8 ◦ green 219 ◦ blue 43

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

Shades of Dark Pastel Green #08DB2B

Tints of Dark Pastel Green #08DB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.11%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 2.96%
G = 81.11%
B = 15.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#08DB2B (or 0x08DB2B) is known color: Dark Pastel Green. HEX triplet: 08, DB and 2B. RGB value is (8,219,43). Sum of RGB (Red+Green+Blue) = 8+219+43=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB2B is #F724D4. Grayscale: #888888. Windows color (decimal): -16196821 or 2874120. OLE color: 2874120.

HSL color Cylindrical-coordinate representation of color #08DB2B: hue angle of 129.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DB2B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 219 43 -
CMYK 0.96 0 0.80 0.14
HSL 129.95º 0.93% 0.45% -
HSV(B) 129.95º 0.96% 0.86% -
XYZ 25.87 50.89 10.74 -
YUV 135.85 75.6 36.81 -
System Red Green Blue C M Y K H S L
Decimal 8 219 43 0.96 0 0.80 0.14 129.95 0.93 0.45
Hex 8 DB 2B 60 0 50 E 82 5D 2D
Octal 10 333 53 140 0 120 16 202 135 55
Binary 1000 11011011 101011 1100000 0 1010000 1110 10000010 1011101 101101

Color Harmonies of #08DB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DB2B

Black with #08DB2B

Text Example


Text Example

White with #08DB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,219,43); }

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

background-color css

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

 a { background-color: rgb(8,219,43); }

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

border-color css

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

 span { border-color: rgb(8,219,43); }

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