#06B52D

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

Shades of Dark Pastel Green #06B52D

Tints of Dark Pastel Green #06B52D

Color information

#06B52D (or 0x06B52D) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B5 and 2D. RGB value is (6,181,45). Sum of RGB (Red+Green+Blue) = 6+181+45=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #06B52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B52D is #F94AD2. Grayscale: #717171. Windows color (decimal): -16337619 or 2995462. OLE color: 2995462.

HSL color Cylindrical-coordinate representation of color #06B52D: hue angle of 133.37º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B52D is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB618145-
CMYK0.9700.750.29
HSL133.37º93.58%36.67%-
HSV(B)133.37º96.69%70.98%-
XYZ17.0733.288.01-
YUV113.1789.5251.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 181 (71.09% from 255) = 78.02%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=2.59%
G=78.02%
B=19.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6181450.9700.750.29133.3793.5836.67
Hex6B52D6104B1D855e25
Octal62655514101133520513645
Binary1101011010110110111000010100101111101100001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B52D; }

 p { color: rgb(6,181,45); }

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

<style>
 a { background-color: #06B52D; }

 a { background-color: rgb(6,181,45); }

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

<style>
 span { border-color: #06B52D; }

 span { border-color: rgb(6,181,45); }

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