#0C832A

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

Shades of Forest Green #0C832A

Tints of Forest Green #0C832A

Color information

#0C832A (or 0x0C832A) is unknown color: approx Forest Green. HEX triplet: 0C, 83 and 2A. RGB value is (12,131,42). Sum of RGB (Red+Green+Blue) = 12+131+42=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #0C832A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C832A is #F37CD5. Grayscale: #555555. Windows color (decimal): -15957206 or 2786060. OLE color: 2786060.

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

Color convert

RGB1213142-
CMYK0.9100.680.49
HSL135.13º83.22%28.04%-
HSV(B)135.13º90.84%51.37%-
XYZ8.6916.484.91-
YUV85.27103.5875.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 131 (51.56% from 255) = 70.81%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=6.49%
G=70.81%
B=22.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12131420.9100.680.49135.1383.2228.04
HexC832A5B0443187531c
Octal142035213301046120712334
Binary11001000001110101010110110100010011000110000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C832A; }

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

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

<style>
 a { background-color: #0C832A; }

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

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

<style>
 span { border-color: #0C832A; }

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

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