Html Css Color HEX #0DAB48 Pigment Green

📋 copy color: '#0DAB48'

red 13 ◦ green 171 ◦ blue 72

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

Shades of Pigment Green #0DAB48

Tints of Pigment Green #0DAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 66.8%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 5.08%
G = 66.8%
B = 28.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#0DAB48 (or 0x0DAB48) is known color: Pigment Green. HEX triplet: 0D, AB and 48. RGB value is (13,171,72). Sum of RGB (Red+Green+Blue) = 13+171+72=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB48 is #F254B7. Grayscale: #707070. Windows color (decimal): -15881400 or 4762381. OLE color: 4762381.

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

Color convert

RGB 13 171 72 -
CMYK 0.92 0 0.58 0.33
HSL 142.41º 0.86% 0.36% -
HSV(B) 142.41º 0.92% 0.67% -
XYZ 15.9 29.68 11.02 -
YUV 112.47 105.15 57.05 -
System Red Green Blue C M Y K H S L
Decimal 13 171 72 0.92 0 0.58 0.33 142.41 0.86 0.36
Hex D AB 48 5C 0 3A 21 8E 56 24
Octal 15 253 110 134 0 72 41 216 126 44
Binary 1101 10101011 1001000 1011100 0 111010 100001 10001110 1010110 100100

Color Harmonies of #0DAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB48

Black with #0DAB48

Text Example


Text Example

White with #0DAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,72); }

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

background-color css

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

 a { background-color: rgb(13,171,72); }

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

border-color css

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

 span { border-color: rgb(13,171,72); }

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