Html Css Color HEX #01942D Pigment Green

📋 copy color: '#01942D'

red 1 ◦ green 148 ◦ blue 45

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

Shades of Pigment Green #01942D

Tints of Pigment Green #01942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 0.52%
G = 76.29%
B = 23.2%

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

#01942D (or 0x01942D) is known color: Pigment Green. HEX triplet: 01, 94 and 2D. RGB value is (1,148,45). Sum of RGB (Red+Green+Blue) = 1+148+45=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 148 (58.20% from 255 or 76.29% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 148 - color contains mainly: green. Hex color #01942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01942D is #FE6BD2. Grayscale: #5C5C5C. Windows color (decimal): -16673747 or 2987009. OLE color: 2987009.

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

Color convert

RGB 1 148 45 -
CMYK 0.99 0 0.70 0.42
HSL 137.96º 0.99% 0.29% -
HSV(B) 137.96º 0.99% 0.58% -
XYZ 11.08 21.38 6.02 -
YUV 92.31 101.3 62.88 -
System Red Green Blue C M Y K H S L
Decimal 1 148 45 0.99 0 0.70 0.42 137.96 0.99 0.29
Hex 1 94 2D 63 0 46 2A 8A 63 1D
Octal 1 224 55 143 0 106 52 212 143 35
Binary 1 10010100 101101 1100011 0 1000110 101010 10001010 1100011 11101

Color Harmonies of #01942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01942D

Black with #01942D

Text Example


Text Example

White with #01942D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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