Html Css Color HEX #1CAC49 Pigment Green

📋 copy color: '#1CAC49'

red 28 ◦ green 172 ◦ blue 73

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

Shades of Pigment Green #1CAC49

Tints of Pigment Green #1CAC49

RGB

 RED value IS 28 (11.33% from 255) = 10.26%

 GREEN value IS 172 (67.58% from 255) = 63%

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 10.26%
G = 63%
B = 26.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#1CAC49 (or 0x1CAC49) is known color: Pigment Green. HEX triplet: 1C, AC and 49. RGB value is (28,172,73). Sum of RGB (Red+Green+Blue) = 28+172+73=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC49 is #E353B6. Grayscale: #757575. Windows color (decimal): -14898103 or 4828188. OLE color: 4828188.

HSL color Cylindrical-coordinate representation of color #1CAC49: hue angle of 138.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC49 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 73 -
CMYK 0.84 0 0.58 0.33
HSL 138.75º 0.72% 0.39% -
HSV(B) 138.75º 0.84% 0.67% -
XYZ 16.43 30.23 11.27 -
YUV 117.66 102.79 64.05 -
System Red Green Blue C M Y K H S L
Decimal 28 172 73 0.84 0 0.58 0.33 138.75 0.72 0.39
Hex 1C AC 49 54 0 3A 21 8B 48 27
Octal 34 254 111 124 0 72 41 213 110 47
Binary 11100 10101100 1001001 1010100 0 111010 100001 10001011 1001000 100111

Color Harmonies of #1CAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC49

Black with #1CAC49

Text Example


Text Example

White with #1CAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CAC49; }

 p { color: rgb(28,172,73); }

 H1.HeaderClassName
 {
   color: #1CAC49;
 }
 .AnyTagClassName
 {
   color: #1CAC49;
 }
</style>

background-color css

<style>
 a { background-color: #1CAC49; }

 a { background-color: rgb(28,172,73); }

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

border-color css

<style>
 span { border-color: #1CAC49; }

 span { border-color: rgb(28,172,73); }

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