Html Css Color HEX #11993D Pigment Green

📋 copy color: '#11993D'

red 17 ◦ green 153 ◦ blue 61

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

Shades of Pigment Green #11993D

Tints of Pigment Green #11993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 7.36%
G = 66.23%
B = 26.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#11993D (or 0x11993D) is known color: Pigment Green. HEX triplet: 11, 99 and 3D. RGB value is (17,153,61). Sum of RGB (Red+Green+Blue) = 17+153+61=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #11993D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11993D is #EE66C2. Grayscale: #666666. Windows color (decimal): -15623875 or 4036881. OLE color: 4036881.

HSL color Cylindrical-coordinate representation of color #11993D: hue angle of 139.41º 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 #11993D is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 61 -
CMYK 0.89 0 0.60 0.4
HSL 139.41º 0.8% 0.33% -
HSV(B) 139.41º 0.89% 0.6% -
XYZ 12.46 23.24 8.24 -
YUV 101.85 104.94 67.48 -
System Red Green Blue C M Y K H S L
Decimal 17 153 61 0.89 0 0.60 0.4 139.41 0.8 0.33
Hex 11 99 3D 59 0 3C 28 8B 50 21
Octal 21 231 75 131 0 74 50 213 120 41
Binary 10001 10011001 111101 1011001 0 111100 101000 10001011 1010000 100001

Color Harmonies of #11993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11993D

Black with #11993D

Text Example


Text Example

White with #11993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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