#0d9c34

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

Shades of Pigment Green #0D9C34

Tints of Pigment Green #0D9C34

Color information

#0D9C34 (or 0x0D9C34) is unknown color: approx Pigment Green. HEX triplet: 0D, 9C and 34. RGB value is (13,156,52). Sum of RGB (Red+Green+Blue) = 13+156+52=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 156 (61.33% from 255 or 70.59% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9C34 is #F263CB. Grayscale: #656565. Windows color (decimal): -15885260 or 3447821. OLE color: 3447821.

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

Color convert

RGB1315652-
CMYK0.9200.670.39
HSL136.36º84.62%33.14%-
HSV(B)136.36º91.67%61.18%-
XYZ12.6724.117.23-
YUV101.39100.1264.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 156 (61.33% from 255) = 70.59%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=5.88%
G=70.59%
B=23.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13156520.9200.670.39136.3684.6233.14
HexD9C345C04327885521
Octal152346413401034721012541
Binary110110011100110100101110001000011100111100010001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d9c34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,156,52); }

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

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

 a { background-color: rgb(13,156,52); }

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

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

 span { border-color: rgb(13,156,52); }

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