#08DF2B

Color #08DF2B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #08DF2B

Tints of Dark Pastel Green #08DF2B

Color information

#08DF2B (or 0x08DF2B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, DF and 2B. RGB value is (8,223,43). Sum of RGB (Red+Green+Blue) = 8+223+43=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DF2B is #F720D4. Grayscale: #8A8A8A. Windows color (decimal): -16195797 or 2875144. OLE color: 2875144.

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

Color convert

RGB822343-
CMYK0.9600.810.13
HSL129.77º93.07%45.29%-
HSV(B)129.77º96.41%87.45%-
XYZ26.925311.1-
YUV138.1974.2735.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.92%
GREEN value IS 223 (87.5% from 255) = 81.39%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=2.92%
G=81.39%
B=15.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8223430.9600.810.13129.7793.0745.29
Hex8DF2B60051D825d2d
Octal103375314001211520213555
Binary1000110111111010111100000010100011101100000101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08DF2B;
 }
 .AnyTagClassName
 {
   color: #08DF2B;
 }
</style>
background-color css

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

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

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

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

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

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