Html Css Color HEX #0D9D42 Pigment Green

📋 copy color: '#0D9D42'

red 13 ◦ green 157 ◦ blue 66

#0D9D42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0D9D42

Tints of Pigment Green #0D9D42

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 value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#0D9D42 (or 0x0D9D42) is known color: 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

RGB 13 157 66 -
CMYK 0.92 0 0.58 0.38
HSL 142.08º 0.85% 0.33% -
HSV(B) 142.08º 0.92% 0.62% -
XYZ 13.21 24.59 9.21 -
YUV 103.57 106.79 63.4 -
System Red Green Blue C M Y K H S L
Decimal 13 157 66 0.92 0 0.58 0.38 142.08 0.85 0.33
Hex D 9D 42 5C 0 3A 26 8E 55 21
Octal 15 235 102 134 0 72 46 216 125 41
Binary 1101 10011101 1000010 1011100 0 111010 100110 10001110 1010101 100001

Color Harmonies of #0D9D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9D42

Black with #0D9D42

Text Example


Text Example

White with #0D9D42

Text Example


Text Example

HTML Codes & Css Web 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>