#069C2B

Color #069C2B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #069C2B

Tints of Forest Green #069C2B

Color information

#069C2B (or 0x069C2B) is unknown color: approx Forest Green. HEX triplet: 06, 9C and 2B. RGB value is (6,156,43). Sum of RGB (Red+Green+Blue) = 6+156+43=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 156 (61.33% from 255 or 76.10% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 156 - color contains mainly: green. Hex color #069C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069C2B is #F963D4. Grayscale: #626262. Windows color (decimal): -16344021 or 2857990. OLE color: 2857990.

HSL color Cylindrical-coordinate representation of color #069C2B: hue angle of 134.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C2B is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB615643-
CMYK0.9600.720.39
HSL134.8º92.59%31.76%-
HSV(B)134.8º96.15%61.18%-
XYZ12.423.996.26-
YUV98.2796.862.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 156 (61.33% from 255) = 76.10%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=2.93%
G=76.10%
B=20.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6156430.9600.720.39134.892.5931.76
Hex69C2B6004827875d20
Octal62345314001104720713540
Binary11010011100101011110000001001000100111100001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069C2B; }

 p { color: rgb(6,156,43); }

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

<style>
 a { background-color: #069C2B; }

 a { background-color: rgb(6,156,43); }

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

<style>
 span { border-color: #069C2B; }

 span { border-color: rgb(6,156,43); }

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