#0D9233

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

Shades of Forest Green #0D9233

Tints of Forest Green #0D9233

Color information

#0D9233 (or 0x0D9233) is unknown color: approx Forest Green. HEX triplet: 0D, 92 and 33. RGB value is (13,146,51). Sum of RGB (Red+Green+Blue) = 13+146+51=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9233 is #F26DCC. Grayscale: #5F5F5F. Windows color (decimal): -15887821 or 3379725. OLE color: 3379725.

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

Color convert

RGB1314651-
CMYK0.9100.650.43
HSL137.14º83.65%31.18%-
HSV(B)137.14º91.1%57.25%-
XYZ11.0420.886.58-
YUV95.4102.9469.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 146 (57.42% from 255) = 69.52%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=6.19%
G=69.52%
B=24.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146510.9100.650.43137.1483.6531.18
HexD92335B0412B89541f
Octal152226313301015321112437
Binary11011001001011001110110110100000110101110001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,51); }

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

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

 a { background-color: rgb(13,146,51); }

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

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

 span { border-color: rgb(13,146,51); }

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