#0D9452

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

Shades of Pigment Green #0D9452

Tints of Pigment Green #0D9452

Color information

#0D9452 (or 0x0D9452) is unknown color: approx Pigment Green. HEX triplet: 0D, 94 and 52. RGB value is (13,148,82). Sum of RGB (Red+Green+Blue) = 13+148+82=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9452 is #F26BAD. Grayscale: #646464. Windows color (decimal): -15887278 or 5411853. OLE color: 5411853.

HSL color Cylindrical-coordinate representation of color #0D9452: hue angle of 150.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9452 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1314882-
CMYK0.9100.450.42
HSL150.67º83.85%31.57%-
HSV(B)150.67º91.22%58.04%-
XYZ12.2821.8711.56-
YUV100.11117.7765.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 148 (58.20% from 255) = 60.91%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=5.35%
G=60.91%
B=33.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13148820.9100.450.42150.6783.8531.57
HexD94525B02D2A975420
Octal152241221330555222712440
Binary110110010100101001010110110101101101010100101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,82); }

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

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

 a { background-color: rgb(13,148,82); }

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

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

 span { border-color: rgb(13,148,82); }

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