#0D932A

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

Shades of Forest Green #0D932A

Tints of Forest Green #0D932A

Color information

#0D932A (or 0x0D932A) is unknown color: approx Forest Green. HEX triplet: 0D, 93 and 2A. RGB value is (13,147,42). Sum of RGB (Red+Green+Blue) = 13+147+42=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #0D932A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D932A is #F26CD5. Grayscale: #5F5F5F. Windows color (decimal): -15887574 or 2790157. OLE color: 2790157.

HSL color Cylindrical-coordinate representation of color #0D932A: hue angle of 132.99º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D932A is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1314742-
CMYK0.9100.710.42
HSL132.99º83.75%31.37%-
HSV(B)132.99º91.16%57.65%-
XYZ11.0221.125.69-
YUV94.9698.1169.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.44%
GREEN value IS 147 (57.81% from 255) = 72.77%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=6.44%
G=72.77%
B=20.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13147420.9100.710.42132.9983.7531.37
HexD932A5B0472A85541f
Octal152235213301075220512437
Binary11011001001110101010110110100011110101010000101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,147,42); }

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

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

 a { background-color: rgb(13,147,42); }

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

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

 span { border-color: rgb(13,147,42); }

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