#0D9236

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

Shades of Pigment Green #0D9236

Tints of Pigment Green #0D9236

Color information

#0D9236 (or 0x0D9236) is unknown color: approx Pigment Green. HEX triplet: 0D, 92 and 36. RGB value is (13,146,54). Sum of RGB (Red+Green+Blue) = 13+146+54=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9236 is #F26DC9. Grayscale: #5F5F5F. Windows color (decimal): -15887818 or 3576333. OLE color: 3576333.

HSL color Cylindrical-coordinate representation of color #0D9236: hue angle of 138.5º 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 #0D9236 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1314654-
CMYK0.9100.630.43
HSL138.5º83.65%31.18%-
HSV(B)138.5º91.1%57.25%-
XYZ11.1120.916.94-
YUV95.74104.4468.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 146 (57.42% from 255) = 68.54%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=6.10%
G=68.54%
B=25.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146540.9100.630.43138.583.6531.18
HexD92365B03F2B8a541f
Octal15222661330775321212437
Binary1101100100101101101011011011111110101110001010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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