Html Css Color HEX #0DB049 Pigment Green

📋 copy color: '#0DB049'

red 13 ◦ green 176 ◦ blue 73

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

Shades of Pigment Green #0DB049

Tints of Pigment Green #0DB049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 67.18%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 4.96%
G = 67.18%
B = 27.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#0DB049 (or 0x0DB049) is known color: Pigment Green. HEX triplet: 0D, B0 and 49. RGB value is (13,176,73). Sum of RGB (Red+Green+Blue) = 13+176+73=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 176 (69.14% from 255 or 67.18% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB049 is #F24FB6. Grayscale: #737373. Windows color (decimal): -15880119 or 4829197. OLE color: 4829197.

HSL color Cylindrical-coordinate representation of color #0DB049: hue angle of 142.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB049 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 73 -
CMYK 0.93 0 0.59 0.31
HSL 142.09º 0.86% 0.37% -
HSV(B) 142.09º 0.93% 0.69% -
XYZ 16.89 31.62 11.52 -
YUV 115.52 104 54.88 -
System Red Green Blue C M Y K H S L
Decimal 13 176 73 0.93 0 0.59 0.31 142.09 0.86 0.37
Hex D B0 49 5D 0 3B 1F 8E 56 25
Octal 15 260 111 135 0 73 37 216 126 45
Binary 1101 10110000 1001001 1011101 0 111011 11111 10001110 1010110 100101

Color Harmonies of #0DB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB049

Black with #0DB049

Text Example


Text Example

White with #0DB049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,73); }

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

background-color css

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

 a { background-color: rgb(13,176,73); }

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

border-color css

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

 span { border-color: rgb(13,176,73); }

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