Html Css Color HEX #11973F Pigment Green

📋 copy color: '#11973F'

red 17 ◦ green 151 ◦ blue 63

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

Shades of Pigment Green #11973F

Tints of Pigment Green #11973F

RGB

 RED value IS 17 (7.03% from 255) = 7.36%

 GREEN value IS 151 (59.38% from 255) = 65.37%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 7.36%
G = 65.37%
B = 27.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#11973F (or 0x11973F) is known color: Pigment Green. HEX triplet: 11, 97 and 3F. RGB value is (17,151,63). Sum of RGB (Red+Green+Blue) = 17+151+63=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #11973F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11973F is #EE68C0. Grayscale: #656565. Windows color (decimal): -15624385 or 4167441. OLE color: 4167441.

HSL color Cylindrical-coordinate representation of color #11973F: hue angle of 140.6º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11973F is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 151 63 -
CMYK 0.89 0 0.58 0.41
HSL 140.6º 0.8% 0.33% -
HSV(B) 140.6º 0.89% 0.59% -
XYZ 12.19 22.61 8.42 -
YUV 100.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 17 151 63 0.89 0 0.58 0.41 140.6 0.8 0.33
Hex 11 97 3F 59 0 3A 29 8D 50 21
Octal 21 227 77 131 0 72 51 215 120 41
Binary 10001 10010111 111111 1011001 0 111010 101001 10001101 1010000 100001

Color Harmonies of #11973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11973F

Black with #11973F

Text Example


Text Example

White with #11973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,151,63); }

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

background-color css

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

 a { background-color: rgb(17,151,63); }

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

border-color css

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

 span { border-color: rgb(17,151,63); }

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