Html Css Color HEX #01944E Pigment Green

📋 copy color: '#01944E'

red 1 ◦ green 148 ◦ blue 78

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

Shades of Pigment Green #01944E

Tints of Pigment Green #01944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.2%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 0.44%
G = 65.2%
B = 34.36%

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

#01944E (or 0x01944E) is known color: Pigment Green. HEX triplet: 01, 94 and 4E. RGB value is (1,148,78). Sum of RGB (Red+Green+Blue) = 1+148+78=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #01944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01944E is #FE6BB1. Grayscale: #606060. Windows color (decimal): -16673714 or 5149697. OLE color: 5149697.

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

Color convert

RGB 1 148 78 -
CMYK 0.99 0 0.47 0.42
HSL 151.43º 0.99% 0.29% -
HSV(B) 151.43º 0.99% 0.58% -
XYZ 11.98 21.74 10.77 -
YUV 96.07 117.8 60.19 -
System Red Green Blue C M Y K H S L
Decimal 1 148 78 0.99 0 0.47 0.42 151.43 0.99 0.29
Hex 1 94 4E 63 0 2F 2A 97 63 1D
Octal 1 224 116 143 0 57 52 227 143 35
Binary 1 10010100 1001110 1100011 0 101111 101010 10010111 1100011 11101

Color Harmonies of #01944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01944E

Black with #01944E

Text Example


Text Example

White with #01944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01944E; }

 p { color: rgb(1,148,78); }

 H1.HeaderClassName
 {
   color: #01944E;
 }
 .AnyTagClassName
 {
   color: #01944E;
 }
</style>

background-color css

<style>
 a { background-color: #01944E; }

 a { background-color: rgb(1,148,78); }

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

border-color css

<style>
 span { border-color: #01944E; }

 span { border-color: rgb(1,148,78); }

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