Html Css Color HEX #01943C Pigment Green

📋 copy color: '#01943C'

red 1 ◦ green 148 ◦ blue 60

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

Shades of Pigment Green #01943C

Tints of Pigment Green #01943C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 0.48%
G = 70.81%
B = 28.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#01943C (or 0x01943C) is known color: Pigment Green. HEX triplet: 01, 94 and 3C. RGB value is (1,148,60). Sum of RGB (Red+Green+Blue) = 1+148+60=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #01943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01943C is #FE6BC3. Grayscale: #5E5E5E. Windows color (decimal): -16673732 or 3970049. OLE color: 3970049.

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

Color convert

RGB 1 148 60 -
CMYK 0.99 0 0.59 0.42
HSL 144.08º 0.99% 0.29% -
HSV(B) 144.08º 0.99% 0.58% -
XYZ 11.42 21.51 7.83 -
YUV 94.02 108.8 61.66 -
System Red Green Blue C M Y K H S L
Decimal 1 148 60 0.99 0 0.59 0.42 144.08 0.99 0.29
Hex 1 94 3C 63 0 3B 2A 90 63 1D
Octal 1 224 74 143 0 73 52 220 143 35
Binary 1 10010100 111100 1100011 0 111011 101010 10010000 1100011 11101

Color Harmonies of #01943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01943C

Black with #01943C

Text Example


Text Example

White with #01943C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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