Html Css Color HEX #0D9A47 Pigment Green

📋 copy color: '#0D9A47'

red 13 ◦ green 154 ◦ blue 71

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

Shades of Pigment Green #0D9A47

Tints of Pigment Green #0D9A47

RGB

 RED value IS 13 (5.47% from 255) = 5.46%

 GREEN value IS 154 (60.55% from 255) = 64.71%

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 5.46%
G = 64.71%
B = 29.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#0D9A47 (or 0x0D9A47) is known color: Pigment Green. HEX triplet: 0D, 9A and 47. RGB value is (13,154,71). Sum of RGB (Red+Green+Blue) = 13+154+71=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A47 is #F265B8. Grayscale: #666666. Windows color (decimal): -15885753 or 4692493. OLE color: 4692493.

HSL color Cylindrical-coordinate representation of color #0D9A47: hue angle of 144.68º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A47 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 154 71 -
CMYK 0.92 0 0.54 0.40
HSL 144.68º 0.84% 0.33% -
HSV(B) 144.68º 0.92% 0.6% -
XYZ 12.86 23.65 9.85 -
YUV 102.38 110.29 64.25 -
System Red Green Blue C M Y K H S L
Decimal 13 154 71 0.92 0 0.54 0.40 144.68 0.84 0.33
Hex D 9A 47 5C 0 36 28 91 54 21
Octal 15 232 107 134 0 66 50 221 124 41
Binary 1101 10011010 1000111 1011100 0 110110 101000 10010001 1010100 100001

Color Harmonies of #0D9A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9A47

Black with #0D9A47

Text Example


Text Example

White with #0D9A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,154,71); }

 H1.HeaderClassName
 {
   color: #0D9A47;
 }
 .AnyTagClassName
 {
   color: #0D9A47;
 }
</style>

background-color css

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

 a { background-color: rgb(13,154,71); }

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

border-color css

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

 span { border-color: rgb(13,154,71); }

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