Html Css Color HEX #0DB258 Pigment Green

📋 copy color: '#0DB258'

red 13 ◦ green 178 ◦ blue 88

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

Shades of Pigment Green #0DB258

Tints of Pigment Green #0DB258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.8%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 4.66%
G = 63.8%
B = 31.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#0DB258 (or 0x0DB258) is known color: Pigment Green. HEX triplet: 0D, B2 and 58. RGB value is (13,178,88). Sum of RGB (Red+Green+Blue) = 13+178+88=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB258 is #F24DA7. Grayscale: #767676. Windows color (decimal): -15879592 or 5812749. OLE color: 5812749.

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

Color convert

RGB 13 178 88 -
CMYK 0.93 0 0.51 0.30
HSL 147.27º 0.86% 0.37% -
HSV(B) 147.27º 0.93% 0.7% -
XYZ 17.85 32.63 14.59 -
YUV 118.41 110.84 52.82 -
System Red Green Blue C M Y K H S L
Decimal 13 178 88 0.93 0 0.51 0.30 147.27 0.86 0.37
Hex D B2 58 5D 0 33 1E 93 56 25
Octal 15 262 130 135 0 63 36 223 126 45
Binary 1101 10110010 1011000 1011101 0 110011 11110 10010011 1010110 100101

Color Harmonies of #0DB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB258

Black with #0DB258

Text Example


Text Example

White with #0DB258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,178,88); }

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

background-color css

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

 a { background-color: rgb(13,178,88); }

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

border-color css

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

 span { border-color: rgb(13,178,88); }

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