Html Css Color HEX #11943F Pigment Green

📋 copy color: '#11943F'

red 17 ◦ green 148 ◦ blue 63

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

Shades of Pigment Green #11943F

Tints of Pigment Green #11943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.91%

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

R = 7.46%
G = 64.91%
B = 27.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#11943F (or 0x11943F) is known color: Pigment Green. HEX triplet: 11, 94 and 3F. RGB value is (17,148,63). Sum of RGB (Red+Green+Blue) = 17+148+63=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #11943F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11943F is #EE6BC0. Grayscale: #636363. Windows color (decimal): -15625153 or 4166673. OLE color: 4166673.

HSL color Cylindrical-coordinate representation of color #11943F: hue angle of 141.07º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11943F is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 63 -
CMYK 0.89 0 0.57 0.42
HSL 141.07º 0.79% 0.32% -
HSV(B) 141.07º 0.89% 0.58% -
XYZ 11.72 21.66 8.27 -
YUV 99.14 107.6 69.41 -
System Red Green Blue C M Y K H S L
Decimal 17 148 63 0.89 0 0.57 0.42 141.07 0.79 0.32
Hex 11 94 3F 59 0 39 2A 8D 4F 20
Octal 21 224 77 131 0 71 52 215 117 40
Binary 10001 10010100 111111 1011001 0 111001 101010 10001101 1001111 100000

Color Harmonies of #11943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11943F

Black with #11943F

Text Example


Text Example

White with #11943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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