Html Css Color HEX #01B293 Persian Green

📋 copy color: '#01B293'

red 1 ◦ green 178 ◦ blue 147

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

Shades of Persian Green #01B293

Tints of Persian Green #01B293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 0.31%
G = 54.6%
B = 45.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#01B293 (or 0x01B293) is known color: Persian Green. HEX triplet: 01, B2 and 93. RGB value is (1,178,147). Sum of RGB (Red+Green+Blue) = 1+178+147=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #01B293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B293 is #FE4D6C. Grayscale: #797979. Windows color (decimal): -16665965 or 9679361. OLE color: 9679361.

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

Color convert

RGB 1 178 147 -
CMYK 0.99 0 0.17 0.30
HSL 169.49º 0.99% 0.35% -
HSV(B) 169.49º 0.99% 0.7% -
XYZ 21.2 33.95 33.04 -
YUV 121.54 142.36 42.02 -
System Red Green Blue C M Y K H S L
Decimal 1 178 147 0.99 0 0.17 0.30 169.49 0.99 0.35
Hex 1 B2 93 63 0 11 1E A9 63 23
Octal 1 262 223 143 0 21 36 251 143 43
Binary 1 10110010 10010011 1100011 0 10001 11110 10101001 1100011 100011

Color Harmonies of #01B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B293

Black with #01B293

Text Example


Text Example

White with #01B293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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