Html Css Color HEX #01943A Pigment Green

📋 copy color: '#01943A'

red 1 ◦ green 148 ◦ blue 58

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

Shades of Pigment Green #01943A

Tints of Pigment Green #01943A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 0.48%
G = 71.5%
B = 28.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#01943A (or 0x01943A) is known color: Pigment Green. HEX triplet: 01, 94 and 3A. RGB value is (1,148,58). Sum of RGB (Red+Green+Blue) = 1+148+58=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #01943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01943A is #FE6BC5. Grayscale: #5D5D5D. Windows color (decimal): -16673734 or 3838977. OLE color: 3838977.

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

Color convert

RGB 1 148 58 -
CMYK 0.99 0 0.61 0.42
HSL 143.27º 0.99% 0.29% -
HSV(B) 143.27º 0.99% 0.58% -
XYZ 11.37 21.49 7.55 -
YUV 93.79 107.8 61.82 -
System Red Green Blue C M Y K H S L
Decimal 1 148 58 0.99 0 0.61 0.42 143.27 0.99 0.29
Hex 1 94 3A 63 0 3D 2A 8F 63 1D
Octal 1 224 72 143 0 75 52 217 143 35
Binary 1 10010100 111010 1100011 0 111101 101010 10001111 1100011 11101

Color Harmonies of #01943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01943A

Black with #01943A

Text Example


Text Example

White with #01943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01943A; }

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

 H1.HeaderClassName
 {
   color: #01943A;
 }
 .AnyTagClassName
 {
   color: #01943A;
 }
</style>

background-color css

<style>
 a { background-color: #01943A; }

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

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

border-color css

<style>
 span { border-color: #01943A; }

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

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