Html Css Color HEX #11973B Pigment Green

📋 copy color: '#11973B'

red 17 ◦ green 151 ◦ blue 59

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

Shades of Pigment Green #11973B

Tints of Pigment Green #11973B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 7.49%
G = 66.52%
B = 25.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#11973B (or 0x11973B) is known color: Pigment Green. HEX triplet: 11, 97 and 3B. RGB value is (17,151,59). Sum of RGB (Red+Green+Blue) = 17+151+59=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #11973B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11973B is #EE68C4. Grayscale: #646464. Windows color (decimal): -15624389 or 3905297. OLE color: 3905297.

HSL color Cylindrical-coordinate representation of color #11973B: hue angle of 138.81º 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 #11973B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 151 59 -
CMYK 0.89 0 0.61 0.41
HSL 138.81º 0.8% 0.33% -
HSV(B) 138.81º 0.89% 0.59% -
XYZ 12.09 22.57 7.86 -
YUV 100.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 17 151 59 0.89 0 0.61 0.41 138.81 0.8 0.33
Hex 11 97 3B 59 0 3D 29 8B 50 21
Octal 21 227 73 131 0 75 51 213 120 41
Binary 10001 10010111 111011 1011001 0 111101 101001 10001011 1010000 100001

Color Harmonies of #11973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11973B

Black with #11973B

Text Example


Text Example

White with #11973B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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