Html Css Color HEX #11993B Pigment Green

📋 copy color: '#11993B'

red 17 ◦ green 153 ◦ blue 59

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

Shades of Pigment Green #11993B

Tints of Pigment Green #11993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 66.81%

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

R = 7.42%
G = 66.81%
B = 25.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#11993B (or 0x11993B) is known color: Pigment Green. HEX triplet: 11, 99 and 3B. RGB value is (17,153,59). Sum of RGB (Red+Green+Blue) = 17+153+59=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #11993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11993B is #EE66C4. Grayscale: #656565. Windows color (decimal): -15623877 or 3905809. OLE color: 3905809.

HSL color Cylindrical-coordinate representation of color #11993B: hue angle of 138.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11993B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 59 -
CMYK 0.89 0 0.61 0.4
HSL 138.53º 0.8% 0.33% -
HSV(B) 138.53º 0.89% 0.6% -
XYZ 12.41 23.22 7.96 -
YUV 101.62 103.94 67.64 -
System Red Green Blue C M Y K H S L
Decimal 17 153 59 0.89 0 0.61 0.4 138.53 0.8 0.33
Hex 11 99 3B 59 0 3D 28 8B 50 21
Octal 21 231 73 131 0 75 50 213 120 41
Binary 10001 10011001 111011 1011001 0 111101 101000 10001011 1010000 100001

Color Harmonies of #11993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11993B

Black with #11993B

Text Example


Text Example

White with #11993B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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