#06B02E

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

Shades of Dark Pastel Green #06B02E

Tints of Dark Pastel Green #06B02E

Color information

#06B02E (or 0x06B02E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B0 and 2E. RGB value is (6,176,46). Sum of RGB (Red+Green+Blue) = 6+176+46=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 176 (69.14% from 255 or 77.19% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 176 - color contains mainly: green. Hex color #06B02E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B02E is #F94FD1. Grayscale: #6E6E6E. Windows color (decimal): -16338898 or 3059718. OLE color: 3059718.

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

Color convert

RGB617646-
CMYK0.9700.740.31
HSL134.12º93.41%35.69%-
HSV(B)134.12º96.59%69.02%-
XYZ16.0931.297.78-
YUV110.3591.6853.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 176 (69.14% from 255) = 77.19%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=2.63%
G=77.19%
B=20.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6176460.9700.740.31134.1293.4135.69
Hex6B02E6104A1F865d24
Octal62605614101123720613544
Binary1101011000010111011000010100101011111100001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,176,46); }

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

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

 a { background-color: rgb(6,176,46); }

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

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

 span { border-color: rgb(6,176,46); }

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