Html Css Color HEX #1CA240 Pigment Green

📋 copy color: '#1CA240'

red 28 ◦ green 162 ◦ blue 64

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

Shades of Pigment Green #1CA240

Tints of Pigment Green #1CA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 63.78%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 11.02%
G = 63.78%
B = 25.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#1CA240 (or 0x1CA240) is known color: Pigment Green. HEX triplet: 1C, A2 and 40. RGB value is (28,162,64). Sum of RGB (Red+Green+Blue) = 28+162+64=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 162 (63.67% from 255 or 63.78% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA240 is #E35DBF. Grayscale: #6F6F6F. Windows color (decimal): -14900672 or 4235804. OLE color: 4235804.

HSL color Cylindrical-coordinate representation of color #1CA240: hue angle of 136.12º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA240 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 162 64 -
CMYK 0.83 0 0.60 0.36
HSL 136.12º 0.71% 0.37% -
HSV(B) 136.12º 0.83% 0.64% -
XYZ 14.32 26.46 9.2 -
YUV 110.76 101.61 68.97 -
System Red Green Blue C M Y K H S L
Decimal 28 162 64 0.83 0 0.60 0.36 136.12 0.71 0.37
Hex 1C A2 40 53 0 3C 24 88 47 25
Octal 34 242 100 123 0 74 44 210 107 45
Binary 11100 10100010 1000000 1010011 0 111100 100100 10001000 1000111 100101

Color Harmonies of #1CA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA240

Black with #1CA240

Text Example


Text Example

White with #1CA240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,162,64); }

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

background-color css

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

 a { background-color: rgb(28,162,64); }

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

border-color css

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

 span { border-color: rgb(28,162,64); }

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