Html Css Color HEX #01B289 Persian Green

📋 copy color: '#01B289'

red 1 ◦ green 178 ◦ blue 137

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

Shades of Persian Green #01B289

Tints of Persian Green #01B289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 0.32%
G = 56.33%
B = 43.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#01B289 (or 0x01B289) is known color: Persian Green. HEX triplet: 01, B2 and 89. RGB value is (1,178,137). Sum of RGB (Red+Green+Blue) = 1+178+137=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #01B289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B289 is #FE4D76. Grayscale: #787878. Windows color (decimal): -16665975 or 9024001. OLE color: 9024001.

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

Color convert

RGB 1 178 137 -
CMYK 0.99 0 0.23 0.30
HSL 166.1º 0.99% 0.35% -
HSV(B) 166.1º 0.99% 0.7% -
XYZ 20.45 33.65 29.08 -
YUV 120.4 137.36 42.83 -
System Red Green Blue C M Y K H S L
Decimal 1 178 137 0.99 0 0.23 0.30 166.1 0.99 0.35
Hex 1 B2 89 63 0 17 1E A6 63 23
Octal 1 262 211 143 0 27 36 246 143 43
Binary 1 10110010 10001001 1100011 0 10111 11110 10100110 1100011 100011

Color Harmonies of #01B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B289

Black with #01B289

Text Example


Text Example

White with #01B289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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