Html Css Color HEX #11953C Pigment Green

📋 copy color: '#11953C'

red 17 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #11953C

Tints of Pigment Green #11953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.93%

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

R = 7.52%
G = 65.93%
B = 26.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#11953C (or 0x11953C) is known color: Pigment Green. HEX triplet: 11, 95 and 3C. RGB value is (17,149,60). Sum of RGB (Red+Green+Blue) = 17+149+60=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #11953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11953C is #EE6AC3. Grayscale: #636363. Windows color (decimal): -15624900 or 3970321. OLE color: 3970321.

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

Color convert

RGB 17 149 60 -
CMYK 0.89 0 0.60 0.42
HSL 139.55º 0.8% 0.33% -
HSV(B) 139.55º 0.89% 0.58% -
XYZ 11.79 21.94 7.89 -
YUV 99.39 105.77 69.24 -
System Red Green Blue C M Y K H S L
Decimal 17 149 60 0.89 0 0.60 0.42 139.55 0.8 0.33
Hex 11 95 3C 59 0 3C 2A 8C 50 21
Octal 21 225 74 131 0 74 52 214 120 41
Binary 10001 10010101 111100 1011001 0 111100 101010 10001100 1010000 100001

Color Harmonies of #11953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11953C

Black with #11953C

Text Example


Text Example

White with #11953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,149,60); }

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

background-color css

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

 a { background-color: rgb(17,149,60); }

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

border-color css

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

 span { border-color: rgb(17,149,60); }

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