Html Css Color HEX #01933E Pigment Green

📋 copy color: '#01933E'

red 1 ◦ green 147 ◦ blue 62

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

Shades of Pigment Green #01933E

Tints of Pigment Green #01933E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 0.48%
G = 70%
B = 29.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#01933E (or 0x01933E) is known color: Pigment Green. HEX triplet: 01, 93 and 3E. RGB value is (1,147,62). Sum of RGB (Red+Green+Blue) = 1+147+62=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #01933E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01933E is #FE6CC1. Grayscale: #5D5D5D. Windows color (decimal): -16673986 or 4100865. OLE color: 4100865.

HSL color Cylindrical-coordinate representation of color #01933E: hue angle of 145.07º 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 #01933E is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 62 -
CMYK 0.99 0 0.58 0.42
HSL 145.07º 0.99% 0.29% -
HSV(B) 145.07º 0.99% 0.58% -
XYZ 11.32 21.22 8.06 -
YUV 93.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 1 147 62 0.99 0 0.58 0.42 145.07 0.99 0.29
Hex 1 93 3E 63 0 3A 2A 91 63 1D
Octal 1 223 76 143 0 72 52 221 143 35
Binary 1 10010011 111110 1100011 0 111010 101010 10010001 1100011 11101

Color Harmonies of #01933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01933E

Black with #01933E

Text Example


Text Example

White with #01933E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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