#0D9240

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

Shades of Pigment Green #0D9240

Tints of Pigment Green #0D9240

Color information

#0D9240 (or 0x0D9240) is unknown color: approx Pigment Green. HEX triplet: 0D, 92 and 40. RGB value is (13,146,64). Sum of RGB (Red+Green+Blue) = 13+146+64=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9240 is #F26DBF. Grayscale: #616161. Windows color (decimal): -15887808 or 4231693. OLE color: 4231693.

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

Color convert

RGB1314664-
CMYK0.9100.560.43
HSL143.01º83.65%31.18%-
HSV(B)143.01º91.1%57.25%-
XYZ11.3721.018.31-
YUV96.88109.4468.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.83%
GREEN value IS 146 (57.42% from 255) = 65.47%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=5.83%
G=65.47%
B=28.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146640.9100.560.43143.0183.6531.18
HexD92405B0382B8f541f
Octal152221001330705321712437
Binary11011001001010000001011011011100010101110001111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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