#0DB29B

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

Shades of Persian Green #0DB29B

Tints of Persian Green #0DB29B

Color information

#0DB29B (or 0x0DB29B) is unknown color: approx Persian Green. HEX triplet: 0D, B2 and 9B. RGB value is (13,178,155). Sum of RGB (Red+Green+Blue) = 13+178+155=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB29B is #F24D64. Grayscale: #7D7D7D. Windows color (decimal): -15879525 or 10203661. OLE color: 10203661.

HSL color Cylindrical-coordinate representation of color #0DB29B: hue angle of 171.64º 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 #0DB29B is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB13178155-
CMYK0.9300.130.30
HSL171.64º86.39%37.45%-
HSV(B)171.64º92.7%69.8%-
XYZ2234.2936.47-
YUV126.04144.3447.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.76%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=3.76%
G=51.45%
B=44.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131781550.9300.130.30171.6486.3937.45
HexDB29B5D0D1Eac5625
Octal152622331350153625412645
Binary1101101100101001101110111010110111110101011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DB29B;
 }
 .AnyTagClassName
 {
   color: #0DB29B;
 }
</style>
background-color css

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

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

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

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

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

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