Html Css Color HEX #01993F Pigment Green

📋 copy color: '#01993F'

red 1 ◦ green 153 ◦ blue 63

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

Shades of Pigment Green #01993F

Tints of Pigment Green #01993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.03%

R = 0.46%
G = 70.51%
B = 29.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#01993F (or 0x01993F) is known color: Pigment Green. HEX triplet: 01, 99 and 3F. RGB value is (1,153,63). Sum of RGB (Red+Green+Blue) = 1+153+63=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #01993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01993F is #FE66C0. Grayscale: #616161. Windows color (decimal): -16672449 or 4167937. OLE color: 4167937.

HSL color Cylindrical-coordinate representation of color #01993F: hue angle of 144.47º 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 #01993F is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 63 -
CMYK 0.99 0 0.59 0.4
HSL 144.47º 0.99% 0.3% -
HSV(B) 144.47º 0.99% 0.6% -
XYZ 12.3 23.15 8.52 -
YUV 97.29 108.64 59.32 -
System Red Green Blue C M Y K H S L
Decimal 1 153 63 0.99 0 0.59 0.4 144.47 0.99 0.3
Hex 1 99 3F 63 0 3B 28 90 63 1E
Octal 1 231 77 143 0 73 50 220 143 36
Binary 1 10011001 111111 1100011 0 111011 101000 10010000 1100011 11110

Color Harmonies of #01993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01993F

Black with #01993F

Text Example


Text Example

White with #01993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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