Html Css Color HEX #0DB359 Pigment Green

📋 copy color: '#0DB359'

red 13 ◦ green 179 ◦ blue 89

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

Shades of Pigment Green #0DB359

Tints of Pigment Green #0DB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 63.7%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 4.63%
G = 63.7%
B = 31.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#0DB359 (or 0x0DB359) is known color: Pigment Green. HEX triplet: 0D, B3 and 59. RGB value is (13,179,89). Sum of RGB (Red+Green+Blue) = 13+179+89=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB359 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB359 is #F24CA6. Grayscale: #777777. Windows color (decimal): -15879335 or 5878541. OLE color: 5878541.

HSL color Cylindrical-coordinate representation of color #0DB359: hue angle of 147.47º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB359 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 89 -
CMYK 0.93 0 0.50 0.30
HSL 147.47º 0.86% 0.38% -
HSV(B) 147.47º 0.93% 0.7% -
XYZ 18.09 33.05 14.88 -
YUV 119.11 111 52.32 -
System Red Green Blue C M Y K H S L
Decimal 13 179 89 0.93 0 0.50 0.30 147.47 0.86 0.38
Hex D B3 59 5D 0 32 1E 93 56 26
Octal 15 263 131 135 0 62 36 223 126 46
Binary 1101 10110011 1011001 1011101 0 110010 11110 10010011 1010110 100110

Color Harmonies of #0DB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB359

Black with #0DB359

Text Example


Text Example

White with #0DB359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,89); }

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

background-color css

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

 a { background-color: rgb(13,179,89); }

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

border-color css

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

 span { border-color: rgb(13,179,89); }

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