#01B28E

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

Shades of Persian Green #01B28E

Tints of Persian Green #01B28E

Color information

#01B28E (or 0x01B28E) is unknown color: approx Persian Green. HEX triplet: 01, B2 and 8E. RGB value is (1,178,142). Sum of RGB (Red+Green+Blue) = 1+178+142=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #01B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B28E is #FE4D71. Grayscale: #787878. Windows color (decimal): -16665970 or 9351681. OLE color: 9351681.

HSL color Cylindrical-coordinate representation of color #01B28E: hue angle of 167.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B28E is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB1178142-
CMYK0.9900.200.30
HSL167.8º98.88%35.1%-
HSV(B)167.8º99.44%69.8%-
XYZ20.8233.831.02-
YUV120.97139.8642.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 178 (69.92% from 255) = 55.45%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=0.31%
G=55.45%
B=44.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11781420.9900.200.30167.898.8835.1
Hex1B28E630141Ea86323
Octal12622161430243625014343
Binary11011001010001110110001101010011110101010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B28E; }

 p { color: rgb(1,178,142); }

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

<style>
 a { background-color: #01B28E; }

 a { background-color: rgb(1,178,142); }

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

<style>
 span { border-color: #01B28E; }

 span { border-color: rgb(1,178,142); }

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