#0D8A2E

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

Shades of Forest Green #0D8A2E

Tints of Forest Green #0D8A2E

Color information

#0D8A2E (or 0x0D8A2E) is unknown color: approx Forest Green. HEX triplet: 0D, 8A and 2E. RGB value is (13,138,46). Sum of RGB (Red+Green+Blue) = 13+138+46=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8A2E is #F275D1. Grayscale: #5A5A5A. Windows color (decimal): -15889874 or 3049997. OLE color: 3049997.

HSL color Cylindrical-coordinate representation of color #0D8A2E: hue angle of 135.84º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8A2E is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1313846-
CMYK0.9100.670.46
HSL135.84º82.78%29.61%-
HSV(B)135.84º90.58%54.12%-
XYZ9.7518.465.63-
YUV90.14103.0972.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=6.60%
G=70.05%
B=23.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13138460.9100.670.46135.8482.7829.61
HexD8A2E5B0432E88531e
Octal152125613301035621012336
Binary11011000101010111010110110100001110111010001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,138,46); }

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

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

 a { background-color: rgb(13,138,46); }

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

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

 span { border-color: rgb(13,138,46); }

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