Html Css Color HEX #01913B Pigment Green

📋 copy color: '#01913B'

red 1 ◦ green 145 ◦ blue 59

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

Shades of Pigment Green #01913B

Tints of Pigment Green #01913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 70.73%

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 0.49%
G = 70.73%
B = 28.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#01913B (or 0x01913B) is known color: Pigment Green. HEX triplet: 01, 91 and 3B. RGB value is (1,145,59). Sum of RGB (Red+Green+Blue) = 1+145+59=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #01913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01913B is #FE6EC4. Grayscale: #5C5C5C. Windows color (decimal): -16674501 or 3903745. OLE color: 3903745.

HSL color Cylindrical-coordinate representation of color #01913B: hue angle of 144.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01913B is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 59 -
CMYK 0.99 0 0.59 0.43
HSL 144.17º 0.99% 0.29% -
HSV(B) 144.17º 0.99% 0.57% -
XYZ 10.93 20.57 7.53 -
YUV 92.14 109.29 62.99 -
System Red Green Blue C M Y K H S L
Decimal 1 145 59 0.99 0 0.59 0.43 144.17 0.99 0.29
Hex 1 91 3B 63 0 3B 2B 90 63 1D
Octal 1 221 73 143 0 73 53 220 143 35
Binary 1 10010001 111011 1100011 0 111011 101011 10010000 1100011 11101

Color Harmonies of #01913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01913B

Black with #01913B

Text Example


Text Example

White with #01913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01913B; }

 p { color: rgb(1,145,59); }

 H1.HeaderClassName
 {
   color: #01913B;
 }
 .AnyTagClassName
 {
   color: #01913B;
 }
</style>

background-color css

<style>
 a { background-color: #01913B; }

 a { background-color: rgb(1,145,59); }

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

border-color css

<style>
 span { border-color: #01913B; }

 span { border-color: rgb(1,145,59); }

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