Html Css Color HEX #01993B Pigment Green

📋 copy color: '#01993B'

red 1 ◦ green 153 ◦ blue 59

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

Shades of Pigment Green #01993B

Tints of Pigment Green #01993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 71.83%

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

R = 0.47%
G = 71.83%
B = 27.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#01993B (or 0x01993B) is known color: Pigment Green. HEX triplet: 01, 99 and 3B. RGB value is (1,153,59). Sum of RGB (Red+Green+Blue) = 1+153+59=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 153 (60.16% from 255 or 71.83% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 153 - color contains mainly: green. Hex color #01993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01993B is #FE66C4. Grayscale: #616161. Windows color (decimal): -16672453 or 3905793. OLE color: 3905793.

HSL color Cylindrical-coordinate representation of color #01993B: hue angle of 142.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01993B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 59 -
CMYK 0.99 0 0.61 0.4
HSL 142.89º 0.99% 0.3% -
HSV(B) 142.89º 0.99% 0.6% -
XYZ 12.19 23.1 7.95 -
YUV 96.84 106.64 59.64 -
System Red Green Blue C M Y K H S L
Decimal 1 153 59 0.99 0 0.61 0.4 142.89 0.99 0.3
Hex 1 99 3B 63 0 3D 28 8F 63 1E
Octal 1 231 73 143 0 75 50 217 143 36
Binary 1 10011001 111011 1100011 0 111101 101000 10001111 1100011 11110

Color Harmonies of #01993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01993B

Black with #01993B

Text Example


Text Example

White with #01993B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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