Html Css Color HEX #01954D Pigment Green

📋 copy color: '#01954D'

red 1 ◦ green 149 ◦ blue 77

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

Shades of Pigment Green #01954D

Tints of Pigment Green #01954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 0.44%
G = 65.64%
B = 33.92%

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

#01954D (or 0x01954D) is known color: Pigment Green. HEX triplet: 01, 95 and 4D. RGB value is (1,149,77). Sum of RGB (Red+Green+Blue) = 1+149+77=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #01954D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01954D is #FE6AB2. Grayscale: #606060. Windows color (decimal): -16673459 or 5084417. OLE color: 5084417.

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

Color convert

RGB 1 149 77 -
CMYK 0.99 0 0.48 0.42
HSL 150.81º 0.99% 0.29% -
HSV(B) 150.81º 0.99% 0.58% -
XYZ 12.1 22.04 10.64 -
YUV 96.54 116.97 59.85 -
System Red Green Blue C M Y K H S L
Decimal 1 149 77 0.99 0 0.48 0.42 150.81 0.99 0.29
Hex 1 95 4D 63 0 30 2A 97 63 1D
Octal 1 225 115 143 0 60 52 227 143 35
Binary 1 10010101 1001101 1100011 0 110000 101010 10010111 1100011 11101

Color Harmonies of #01954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01954D

Black with #01954D

Text Example


Text Example

White with #01954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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