Html Css Color HEX #01B38B Persian Green

📋 copy color: '#01B38B'

red 1 ◦ green 179 ◦ blue 139

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

Shades of Persian Green #01B38B

Tints of Persian Green #01B38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 0.31%
G = 56.11%
B = 43.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#01B38B (or 0x01B38B) is known color: Persian Green. HEX triplet: 01, B3 and 8B. RGB value is (1,179,139). Sum of RGB (Red+Green+Blue) = 1+179+139=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #01B38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B38B is #FE4C74. Grayscale: #797979. Windows color (decimal): -16665717 or 9155329. OLE color: 9155329.

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

Color convert

RGB 1 179 139 -
CMYK 0.99 0 0.22 0.30
HSL 166.52º 0.99% 0.35% -
HSV(B) 166.52º 0.99% 0.7% -
XYZ 20.79 34.11 29.91 -
YUV 121.22 138.03 42.25 -
System Red Green Blue C M Y K H S L
Decimal 1 179 139 0.99 0 0.22 0.30 166.52 0.99 0.35
Hex 1 B3 8B 63 0 16 1E A7 63 23
Octal 1 263 213 143 0 26 36 247 143 43
Binary 1 10110011 10001011 1100011 0 10110 11110 10100111 1100011 100011

Color Harmonies of #01B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B38B

Black with #01B38B

Text Example


Text Example

White with #01B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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