Html Css Color HEX #01954C Pigment Green

📋 copy color: '#01954C'

red 1 ◦ green 149 ◦ blue 76

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

Shades of Pigment Green #01954C

Tints of Pigment Green #01954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.93%

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

R = 0.44%
G = 65.93%
B = 33.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#01954C (or 0x01954C) is known color: Pigment Green. HEX triplet: 01, 95 and 4C. RGB value is (1,149,76). Sum of RGB (Red+Green+Blue) = 1+149+76=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #01954C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01954C is #FE6AB3. Grayscale: #606060. Windows color (decimal): -16673460 or 5018881. OLE color: 5018881.

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

Color convert

RGB 1 149 76 -
CMYK 0.99 0 0.49 0.42
HSL 150.41º 0.99% 0.29% -
HSV(B) 150.41º 0.99% 0.58% -
XYZ 12.06 22.02 10.45 -
YUV 96.43 116.47 59.94 -
System Red Green Blue C M Y K H S L
Decimal 1 149 76 0.99 0 0.49 0.42 150.41 0.99 0.29
Hex 1 95 4C 63 0 31 2A 96 63 1D
Octal 1 225 114 143 0 61 52 226 143 35
Binary 1 10010101 1001100 1100011 0 110001 101010 10010110 1100011 11101

Color Harmonies of #01954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01954C

Black with #01954C

Text Example


Text Example

White with #01954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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