Html Css Color HEX #11A038 Pigment Green

📋 copy color: '#11A038'

red 17 ◦ green 160 ◦ blue 56

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

Shades of Pigment Green #11A038

Tints of Pigment Green #11A038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 68.67%

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 7.3%
G = 68.67%
B = 24.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#11A038 (or 0x11A038) is known color: Pigment Green. HEX triplet: 11, A0 and 38. RGB value is (17,160,56). Sum of RGB (Red+Green+Blue) = 17+160+56=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #11A038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A038 is #EE5FC7. Grayscale: #696969. Windows color (decimal): -15622088 or 3710993. OLE color: 3710993.

HSL color Cylindrical-coordinate representation of color #11A038: hue angle of 136.36º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A038 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 160 56 -
CMYK 0.89 0 0.65 0.37
HSL 136.36º 0.81% 0.35% -
HSV(B) 136.36º 0.89% 0.63% -
XYZ 13.52 25.55 7.96 -
YUV 105.39 100.12 64.96 -
System Red Green Blue C M Y K H S L
Decimal 17 160 56 0.89 0 0.65 0.37 136.36 0.81 0.35
Hex 11 A0 38 59 0 41 25 88 51 23
Octal 21 240 70 131 0 101 45 210 121 43
Binary 10001 10100000 111000 1011001 0 1000001 100101 10001000 1010001 100011

Color Harmonies of #11A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A038

Black with #11A038

Text Example


Text Example

White with #11A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A038; }

 p { color: rgb(17,160,56); }

 H1.HeaderClassName
 {
   color: #11A038;
 }
 .AnyTagClassName
 {
   color: #11A038;
 }
</style>

background-color css

<style>
 a { background-color: #11A038; }

 a { background-color: rgb(17,160,56); }

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

border-color css

<style>
 span { border-color: #11A038; }

 span { border-color: rgb(17,160,56); }

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