#0D9D42

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

Shades of Pigment Green #0D9D42

Tints of Pigment Green #0D9D42

Color information

#0D9D42 (or 0x0D9D42) is unknown color: approx Pigment Green. HEX triplet: 0D, 9D and 42. RGB value is (13,157,66). Sum of RGB (Red+Green+Blue) = 13+157+66=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 157 (61.72% from 255 or 66.53% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9D42 is #F262BD. Grayscale: #676767. Windows color (decimal): -15884990 or 4365581. OLE color: 4365581.

HSL color Cylindrical-coordinate representation of color #0D9D42: hue angle of 142.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D42 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1315766-
CMYK0.9200.580.38
HSL142.08º84.71%33.33%-
HSV(B)142.08º91.72%61.57%-
XYZ13.2124.599.21-
YUV103.57106.7963.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 157 (61.72% from 255) = 66.53%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=5.51%
G=66.53%
B=27.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13157660.9200.580.38142.0884.7133.33
HexD9D425C03A268e5521
Octal152351021340724621612541
Binary110110011101100001010111000111010100110100011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,66); }

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

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

 a { background-color: rgb(13,157,66); }

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

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

 span { border-color: rgb(13,157,66); }

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