#06A42F

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

Shades of Dark Pastel Green #06A42F

Tints of Dark Pastel Green #06A42F

Color information

#06A42F (or 0x06A42F) is unknown color: approx Dark Pastel Green. HEX triplet: 06, A4 and 2F. RGB value is (6,164,47). Sum of RGB (Red+Green+Blue) = 6+164+47=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #06A42F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A42F is #F95BD0. Grayscale: #676767. Windows color (decimal): -16341969 or 3122182. OLE color: 3122182.

HSL color Cylindrical-coordinate representation of color #06A42F: hue angle of 135.57º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A42F is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB616447-
CMYK0.9600.710.36
HSL135.57º92.94%33.33%-
HSV(B)135.57º96.34%64.31%-
XYZ13.8626.797.13-
YUV103.4296.1558.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 164 (64.45% from 255) = 75.58%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=2.76%
G=75.58%
B=21.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6164470.9600.710.36135.5792.9433.33
Hex6A42F6004724885d21
Octal62445714001074421013541
Binary11010100100101111110000001000111100100100010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,164,47); }

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

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

 a { background-color: rgb(6,164,47); }

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

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

 span { border-color: rgb(6,164,47); }

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