#0DB258

Color #0DB258 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0DB258

Tints of Pigment Green #0DB258

Color information

#0DB258 (or 0x0DB258) is unknown color: approx 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

RGB1317888-
CMYK0.9300.510.30
HSL147.27º86.39%37.45%-
HSV(B)147.27º92.7%69.8%-
XYZ17.8532.6314.59-
YUV118.4110.8452.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 178 (69.92% from 255) = 63.80%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=4.66%
G=63.80%
B=31.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13178880.9300.510.30147.2786.3937.45
HexDB2585D0331E935625
Octal152621301350633622312645
Binary11011011001010110001011101011001111110100100111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>