#068A2C

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

Shades of Forest Green #068A2C

Tints of Forest Green #068A2C

Color information

#068A2C (or 0x068A2C) is unknown color: approx Forest Green. HEX triplet: 06, 8A and 2C. RGB value is (6,138,44). Sum of RGB (Red+Green+Blue) = 6+138+44=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 138 (54.30% from 255 or 73.40% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 138 - color contains mainly: green. Hex color #068A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A2C is #F975D3. Grayscale: #585858. Windows color (decimal): -16348628 or 2918918. OLE color: 2918918.

HSL color Cylindrical-coordinate representation of color #068A2C: hue angle of 137.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A2C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB613844-
CMYK0.9600.680.46
HSL137.27º91.67%28.24%-
HSV(B)137.27º95.65%54.12%-
XYZ9.6218.45.43-
YUV87.82103.2769.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 138 (54.30% from 255) = 73.40%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=3.19%
G=73.40%
B=23.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6138440.9600.680.46137.2791.6728.24
Hex68A2C600442E895c1c
Octal62125414001045621113434
Binary1101000101010110011000000100010010111010001001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068A2C; }

 p { color: rgb(6,138,44); }

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

<style>
 a { background-color: #068A2C; }

 a { background-color: rgb(6,138,44); }

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

<style>
 span { border-color: #068A2C; }

 span { border-color: rgb(6,138,44); }

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