Html Css Color HEX #1CA949 Pigment Green

📋 copy color: '#1CA949'

red 28 ◦ green 169 ◦ blue 73

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

Shades of Pigment Green #1CA949

Tints of Pigment Green #1CA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 62.59%

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

R = 10.37%
G = 62.59%
B = 27.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#1CA949 (or 0x1CA949) is known color: Pigment Green. HEX triplet: 1C, A9 and 49. RGB value is (28,169,73). Sum of RGB (Red+Green+Blue) = 28+169+73=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 169 (66.41% from 255 or 62.59% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA949 is #E356B6. Grayscale: #747474. Windows color (decimal): -14898871 or 4827420. OLE color: 4827420.

HSL color Cylindrical-coordinate representation of color #1CA949: hue angle of 139.15º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA949 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 169 73 -
CMYK 0.83 0 0.57 0.34
HSL 139.15º 0.72% 0.39% -
HSV(B) 139.15º 0.83% 0.66% -
XYZ 15.87 29.1 11.08 -
YUV 115.9 103.79 65.31 -
System Red Green Blue C M Y K H S L
Decimal 28 169 73 0.83 0 0.57 0.34 139.15 0.72 0.39
Hex 1C A9 49 53 0 39 22 8B 48 27
Octal 34 251 111 123 0 71 42 213 110 47
Binary 11100 10101001 1001001 1010011 0 111001 100010 10001011 1001000 100111

Color Harmonies of #1CA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA949

Black with #1CA949

Text Example


Text Example

White with #1CA949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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