Html Css Color HEX #01993A Pigment Green

📋 copy color: '#01993A'

red 1 ◦ green 153 ◦ blue 58

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

Shades of Pigment Green #01993A

Tints of Pigment Green #01993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 0.47%
G = 72.17%
B = 27.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#01993A (or 0x01993A) is known color: Pigment Green. HEX triplet: 01, 99 and 3A. RGB value is (1,153,58). Sum of RGB (Red+Green+Blue) = 1+153+58=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #01993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01993A is #FE66C5. Grayscale: #606060. Windows color (decimal): -16672454 or 3840257. OLE color: 3840257.

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

Color convert

RGB 1 153 58 -
CMYK 0.99 0 0.62 0.4
HSL 142.5º 0.99% 0.3% -
HSV(B) 142.5º 0.99% 0.6% -
XYZ 12.17 23.09 7.82 -
YUV 96.72 106.14 59.72 -
System Red Green Blue C M Y K H S L
Decimal 1 153 58 0.99 0 0.62 0.4 142.5 0.99 0.3
Hex 1 99 3A 63 0 3E 28 8E 63 1E
Octal 1 231 72 143 0 76 50 216 143 36
Binary 1 10011001 111010 1100011 0 111110 101000 10001110 1100011 11110

Color Harmonies of #01993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01993A

Black with #01993A

Text Example


Text Example

White with #01993A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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