#06B242

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

Shades of Dark Pastel Green #06B242

Tints of Dark Pastel Green #06B242

Color information

#06B242 (or 0x06B242) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B2 and 42. RGB value is (6,178,66). Sum of RGB (Red+Green+Blue) = 6+178+66=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #06B242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B242 is #F94DBD. Grayscale: #727272. Windows color (decimal): -16338366 or 4370950. OLE color: 4370950.

HSL color Cylindrical-coordinate representation of color #06B242: hue angle of 140.93º 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 #06B242 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB617866-
CMYK0.9700.630.30
HSL140.93º93.48%36.08%-
HSV(B)140.93º96.63%69.8%-
XYZ16.9832.2710.49-
YUV113.8101.0251.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 178 (69.92% from 255) = 71.2%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=2.4%
G=71.2%
B=26.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6178660.9700.630.30140.9393.4836.08
Hex6B2426103F1E8d5d24
Octal62621021410773621513544
Binary1101011001010000101100001011111111110100011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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