Html Css Color HEX #1CA044 Pigment Green

📋 copy color: '#1CA044'

red 28 ◦ green 160 ◦ blue 68

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

Shades of Pigment Green #1CA044

Tints of Pigment Green #1CA044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 10.94%
G = 62.5%
B = 26.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#1CA044 (or 0x1CA044) is known color: Pigment Green. HEX triplet: 1C, A0 and 44. RGB value is (28,160,68). Sum of RGB (Red+Green+Blue) = 28+160+68=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA044 is #E35FBB. Grayscale: #6E6E6E. Windows color (decimal): -14901180 or 4497436. OLE color: 4497436.

HSL color Cylindrical-coordinate representation of color #1CA044: hue angle of 138.18º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA044 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 160 68 -
CMYK 0.82 0 0.57 0.37
HSL 138.18º 0.7% 0.37% -
HSV(B) 138.18º 0.83% 0.63% -
XYZ 14.09 25.81 9.71 -
YUV 110.04 104.27 69.48 -
System Red Green Blue C M Y K H S L
Decimal 28 160 68 0.82 0 0.57 0.37 138.18 0.7 0.37
Hex 1C A0 44 52 0 39 25 8A 46 25
Octal 34 240 104 122 0 71 45 212 106 45
Binary 11100 10100000 1000100 1010010 0 111001 100101 10001010 1000110 100101

Color Harmonies of #1CA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA044

Black with #1CA044

Text Example


Text Example

White with #1CA044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,160,68); }

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

background-color css

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

 a { background-color: rgb(28,160,68); }

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

border-color css

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

 span { border-color: rgb(28,160,68); }

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