#08D234

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

Shades of Dark Pastel Green #08D234

Tints of Dark Pastel Green #08D234

Color information

#08D234 (or 0x08D234) is unknown color: approx Dark Pastel Green. HEX triplet: 08, D2 and 34. RGB value is (8,210,52). Sum of RGB (Red+Green+Blue) = 8+210+52=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #08D234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D234 is #F72DCB. Grayscale: #848484. Windows color (decimal): -16199116 or 3461640. OLE color: 3461640.

HSL color Cylindrical-coordinate representation of color #08D234: hue angle of 133.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D234 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB821052-
CMYK0.9600.750.18
HSL133.07º92.66%42.75%-
HSV(B)133.07º96.19%82.35%-
XYZ23.7746.3910.95-
YUV131.5983.0839.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.96%
GREEN value IS 210 (82.42% from 255) = 77.78%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=2.96%
G=77.78%
B=19.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8210520.9600.750.18133.0792.6642.75
Hex8D2346004B12855d2b
Octal103226414001132220513553
Binary10001101001011010011000000100101110010100001011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,210,52); }

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

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

 a { background-color: rgb(8,210,52); }

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

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

 span { border-color: rgb(8,210,52); }

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