Html Css Color HEX #01933A Pigment Green

📋 copy color: '#01933A'

red 1 ◦ green 147 ◦ blue 58

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

Shades of Pigment Green #01933A

Tints of Pigment Green #01933A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 71.36%

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

R = 0.49%
G = 71.36%
B = 28.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#01933A (or 0x01933A) is known color: Pigment Green. HEX triplet: 01, 93 and 3A. RGB value is (1,147,58). Sum of RGB (Red+Green+Blue) = 1+147+58=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #01933A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01933A is #FE6CC5. Grayscale: #5D5D5D. Windows color (decimal): -16673990 or 3838721. OLE color: 3838721.

HSL color Cylindrical-coordinate representation of color #01933A: hue angle of 143.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01933A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 58 -
CMYK 0.99 0 0.61 0.42
HSL 143.42º 0.99% 0.29% -
HSV(B) 143.42º 0.99% 0.58% -
XYZ 11.21 21.18 7.5 -
YUV 93.2 108.13 62.24 -
System Red Green Blue C M Y K H S L
Decimal 1 147 58 0.99 0 0.61 0.42 143.42 0.99 0.29
Hex 1 93 3A 63 0 3D 2A 8F 63 1D
Octal 1 223 72 143 0 75 52 217 143 35
Binary 1 10010011 111010 1100011 0 111101 101010 10001111 1100011 11101

Color Harmonies of #01933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01933A

Black with #01933A

Text Example


Text Example

White with #01933A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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