Html Css Color HEX #01B388 Persian Green

📋 copy color: '#01B388'

red 1 ◦ green 179 ◦ blue 136

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

Shades of Persian Green #01B388

Tints of Persian Green #01B388

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 0.32%
G = 56.65%
B = 43.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#01B388 (or 0x01B388) is known color: Persian Green. HEX triplet: 01, B3 and 88. RGB value is (1,179,136). Sum of RGB (Red+Green+Blue) = 1+179+136=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #01B388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B388 is #FE4C77. Grayscale: #787878. Windows color (decimal): -16665720 or 8958721. OLE color: 8958721.

HSL color Cylindrical-coordinate representation of color #01B388: hue angle of 165.51º 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 #01B388 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 179 136 -
CMYK 0.99 0 0.24 0.30
HSL 165.51º 0.99% 0.35% -
HSV(B) 165.51º 0.99% 0.7% -
XYZ 20.58 34.02 28.78 -
YUV 120.88 136.53 42.5 -
System Red Green Blue C M Y K H S L
Decimal 1 179 136 0.99 0 0.24 0.30 165.51 0.99 0.35
Hex 1 B3 88 63 0 18 1E A6 63 23
Octal 1 263 210 143 0 30 36 246 143 43
Binary 1 10110011 10001000 1100011 0 11000 11110 10100110 1100011 100011

Color Harmonies of #01B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B388

Black with #01B388

Text Example


Text Example

White with #01B388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,179,136); }

 H1.HeaderClassName
 {
   color: #01B388;
 }
 .AnyTagClassName
 {
   color: #01B388;
 }
</style>

background-color css

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

 a { background-color: rgb(1,179,136); }

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

border-color css

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

 span { border-color: rgb(1,179,136); }

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