Html Css Color HEX #01954F Pigment Green

📋 copy color: '#01954F'

red 1 ◦ green 149 ◦ blue 79

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

Shades of Pigment Green #01954F

Tints of Pigment Green #01954F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 0.44%
G = 65.07%
B = 34.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#01954F (or 0x01954F) is known color: Pigment Green. HEX triplet: 01, 95 and 4F. RGB value is (1,149,79). Sum of RGB (Red+Green+Blue) = 1+149+79=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #01954F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01954F is #FE6AB0. Grayscale: #606060. Windows color (decimal): -16673457 or 5215489. OLE color: 5215489.

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

Color convert

RGB 1 149 79 -
CMYK 0.99 0 0.47 0.42
HSL 151.62º 0.99% 0.29% -
HSV(B) 151.62º 0.99% 0.58% -
XYZ 12.17 22.07 11.01 -
YUV 96.77 117.97 59.69 -
System Red Green Blue C M Y K H S L
Decimal 1 149 79 0.99 0 0.47 0.42 151.62 0.99 0.29
Hex 1 95 4F 63 0 2F 2A 98 63 1D
Octal 1 225 117 143 0 57 52 230 143 35
Binary 1 10010101 1001111 1100011 0 101111 101010 10011000 1100011 11101

Color Harmonies of #01954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01954F

Black with #01954F

Text Example


Text Example

White with #01954F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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