Html Css Color HEX #01942F Pigment Green

📋 copy color: '#01942F'

red 1 ◦ green 148 ◦ blue 47

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

Shades of Pigment Green #01942F

Tints of Pigment Green #01942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 0.51%
G = 75.51%
B = 23.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#01942F (or 0x01942F) is known color: Pigment Green. HEX triplet: 01, 94 and 2F. RGB value is (1,148,47). Sum of RGB (Red+Green+Blue) = 1+148+47=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #01942F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01942F is #FE6BD0. Grayscale: #5C5C5C. Windows color (decimal): -16673745 or 3118081. OLE color: 3118081.

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

Color convert

RGB 1 148 47 -
CMYK 0.99 0 0.68 0.42
HSL 138.78º 0.99% 0.29% -
HSV(B) 138.78º 0.99% 0.58% -
XYZ 11.12 21.39 6.23 -
YUV 92.53 102.3 62.71 -
System Red Green Blue C M Y K H S L
Decimal 1 148 47 0.99 0 0.68 0.42 138.78 0.99 0.29
Hex 1 94 2F 63 0 44 2A 8B 63 1D
Octal 1 224 57 143 0 104 52 213 143 35
Binary 1 10010100 101111 1100011 0 1000100 101010 10001011 1100011 11101

Color Harmonies of #01942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01942F

Black with #01942F

Text Example


Text Example

White with #01942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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