Html Css Color HEX #01942C Pigment Green

📋 copy color: '#01942C'

red 1 ◦ green 148 ◦ blue 44

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

Shades of Pigment Green #01942C

Tints of Pigment Green #01942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 0.52%
G = 76.68%
B = 22.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#01942C (or 0x01942C) is known color: Pigment Green. HEX triplet: 01, 94 and 2C. RGB value is (1,148,44). Sum of RGB (Red+Green+Blue) = 1+148+44=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 148 (58.20% from 255 or 76.68% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 148 - color contains mainly: green. Hex color #01942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01942C is #FE6BD3. Grayscale: #5C5C5C. Windows color (decimal): -16673748 or 2921473. OLE color: 2921473.

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

Color convert

RGB 1 148 44 -
CMYK 0.99 0 0.70 0.42
HSL 137.55º 0.99% 0.29% -
HSV(B) 137.55º 0.99% 0.58% -
XYZ 11.06 21.37 5.92 -
YUV 92.19 100.8 62.96 -
System Red Green Blue C M Y K H S L
Decimal 1 148 44 0.99 0 0.70 0.42 137.55 0.99 0.29
Hex 1 94 2C 63 0 46 2A 8A 63 1D
Octal 1 224 54 143 0 106 52 212 143 35
Binary 1 10010100 101100 1100011 0 1000110 101010 10001010 1100011 11101

Color Harmonies of #01942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01942C

Black with #01942C

Text Example


Text Example

White with #01942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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