#06B229

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

Shades of Dark Pastel Green #06B229

Tints of Dark Pastel Green #06B229

Color information

#06B229 (or 0x06B229) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B2 and 29. RGB value is (6,178,41). Sum of RGB (Red+Green+Blue) = 6+178+41=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 178 (69.92% from 255 or 79.11% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 178 - color contains mainly: green. Hex color #06B229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B229 is #F94DD6. Grayscale: #6F6F6F. Windows color (decimal): -16338391 or 2732550. OLE color: 2732550.

HSL color Cylindrical-coordinate representation of color #06B229: hue angle of 132.21º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B229 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB617841-
CMYK0.9700.770.30
HSL132.21º93.48%36.08%-
HSV(B)132.21º96.63%69.8%-
XYZ16.432.047.42-
YUV110.9588.5253.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 178 (69.92% from 255) = 79.11%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=2.67%
G=79.11%
B=18.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6178410.9700.770.30132.2193.4836.08
Hex6B2296104D1E845d24
Octal62625114101153620413544
Binary1101011001010100111000010100110111110100001001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,178,41); }

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

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

 a { background-color: rgb(6,178,41); }

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

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

 span { border-color: rgb(6,178,41); }

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