Html Css Color HEX #01933C Pigment Green

📋 copy color: '#01933C'

red 1 ◦ green 147 ◦ blue 60

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

Shades of Pigment Green #01933C

Tints of Pigment Green #01933C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 0.48%
G = 70.67%
B = 28.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#01933C (or 0x01933C) is known color: Pigment Green. HEX triplet: 01, 93 and 3C. RGB value is (1,147,60). Sum of RGB (Red+Green+Blue) = 1+147+60=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #01933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01933C is #FE6CC3. Grayscale: #5D5D5D. Windows color (decimal): -16673988 or 3969793. OLE color: 3969793.

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

Color convert

RGB 1 147 60 -
CMYK 0.99 0 0.59 0.42
HSL 144.25º 0.99% 0.29% -
HSV(B) 144.25º 0.99% 0.58% -
XYZ 11.26 21.2 7.77 -
YUV 93.43 109.13 62.07 -
System Red Green Blue C M Y K H S L
Decimal 1 147 60 0.99 0 0.59 0.42 144.25 0.99 0.29
Hex 1 93 3C 63 0 3B 2A 90 63 1D
Octal 1 223 74 143 0 73 52 220 143 35
Binary 1 10010011 111100 1100011 0 111011 101010 10010000 1100011 11101

Color Harmonies of #01933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01933C

Black with #01933C

Text Example


Text Example

White with #01933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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