Html Css Color HEX #08DB2A Dark Pastel Green

📋 copy color: '#08DB2A'

red 8 ◦ green 219 ◦ blue 42

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

Shades of Dark Pastel Green #08DB2A

Tints of Dark Pastel Green #08DB2A

RGB

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

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

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

R = 2.97%
G = 81.41%
B = 15.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#08DB2A (or 0x08DB2A) is known color: Dark Pastel Green. HEX triplet: 08, DB and 2A. RGB value is (8,219,42). Sum of RGB (Red+Green+Blue) = 8+219+42=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB2A is #F724D5. Grayscale: #888888. Windows color (decimal): -16196822 or 2808584. OLE color: 2808584.

HSL color Cylindrical-coordinate representation of color #08DB2A: hue angle of 129.67º 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 #08DB2A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 219 42 -
CMYK 0.96 0 0.81 0.14
HSL 129.67º 0.93% 0.45% -
HSV(B) 129.67º 0.96% 0.86% -
XYZ 25.85 50.88 10.65 -
YUV 135.73 75.1 36.89 -
System Red Green Blue C M Y K H S L
Decimal 8 219 42 0.96 0 0.81 0.14 129.67 0.93 0.45
Hex 8 DB 2A 60 0 51 E 82 5D 2D
Octal 10 333 52 140 0 121 16 202 135 55
Binary 1000 11011011 101010 1100000 0 1010001 1110 10000010 1011101 101101

Color Harmonies of #08DB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DB2A

Black with #08DB2A

Text Example


Text Example

White with #08DB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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