#0D9E38

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

Shades of Pigment Green #0D9E38

Tints of Pigment Green #0D9E38

Color information

#0D9E38 (or 0x0D9E38) is unknown color: approx Pigment Green. HEX triplet: 0D, 9E and 38. RGB value is (13,158,56). Sum of RGB (Red+Green+Blue) = 13+158+56=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 158 (62.11% from 255 or 69.60% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E38 is #F261C7. Grayscale: #676767. Windows color (decimal): -15884744 or 3710477. OLE color: 3710477.

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

Color convert

RGB1315856-
CMYK0.9200.650.38
HSL137.79º84.8%33.53%-
HSV(B)137.79º91.77%61.96%-
XYZ13.1124.827.84-
YUV103.02101.4663.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 158 (62.11% from 255) = 69.60%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=5.73%
G=69.60%
B=24.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13158560.9200.650.38137.7984.833.53
HexD9E385C041268a5522
Octal152367013401014621212542
Binary110110011110111000101110001000001100110100010101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,158,56); }

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

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

 a { background-color: rgb(13,158,56); }

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

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

 span { border-color: rgb(13,158,56); }

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