Html Css Color HEX #01934C Pigment Green

📋 copy color: '#01934C'

red 1 ◦ green 147 ◦ blue 76

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

Shades of Pigment Green #01934C

Tints of Pigment Green #01934C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 0.45%
G = 65.63%
B = 33.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#01934C (or 0x01934C) is known color: Pigment Green. HEX triplet: 01, 93 and 4C. RGB value is (1,147,76). Sum of RGB (Red+Green+Blue) = 1+147+76=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #01934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01934C is #FE6CB3. Grayscale: #5F5F5F. Windows color (decimal): -16673972 or 5018369. OLE color: 5018369.

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

Color convert

RGB 1 147 76 -
CMYK 0.99 0 0.48 0.42
HSL 150.82º 0.99% 0.29% -
HSV(B) 150.82º 0.99% 0.58% -
XYZ 11.75 21.4 10.35 -
YUV 95.25 117.13 60.77 -
System Red Green Blue C M Y K H S L
Decimal 1 147 76 0.99 0 0.48 0.42 150.82 0.99 0.29
Hex 1 93 4C 63 0 30 2A 97 63 1D
Octal 1 223 114 143 0 60 52 227 143 35
Binary 1 10010011 1001100 1100011 0 110000 101010 10010111 1100011 11101

Color Harmonies of #01934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01934C

Black with #01934C

Text Example


Text Example

White with #01934C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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