#06832A

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

Shades of Forest Green #06832A

Tints of Forest Green #06832A

Color information

#06832A (or 0x06832A) is unknown color: approx Forest Green. HEX triplet: 06, 83 and 2A. RGB value is (6,131,42). Sum of RGB (Red+Green+Blue) = 6+131+42=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #06832A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06832A is #F97CD5. Grayscale: #535353. Windows color (decimal): -16350422 or 2786054. OLE color: 2786054.

HSL color Cylindrical-coordinate representation of color #06832A: hue angle of 137.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06832A is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB613142-
CMYK0.9500.680.49
HSL137.28º91.24%26.86%-
HSV(B)137.28º95.42%51.37%-
XYZ8.6116.444.91-
YUV83.48104.5972.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 131 (51.56% from 255) = 73.18%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=3.35%
G=73.18%
B=23.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131420.9500.680.49137.2891.2426.86
Hex6832A5F04431895b1b
Octal62035213701046121113333
Binary1101000001110101010111110100010011000110001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06832A; }

 p { color: rgb(6,131,42); }

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

<style>
 a { background-color: #06832A; }

 a { background-color: rgb(6,131,42); }

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

<style>
 span { border-color: #06832A; }

 span { border-color: rgb(6,131,42); }

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