Html Css Color HEX #40A129 La Palma

📋 copy color: '#40A129'

red 64 ◦ green 161 ◦ blue 41

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

Shades of La Palma #40A129

Tints of La Palma #40A129

RGB

 RED value IS 64 (25.39% from 255) = 24.06%

 GREEN value IS 161 (63.28% from 255) = 60.53%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 24.06%
G = 60.53%
B = 15.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#40A129 (or 0x40A129) is known color: La Palma. HEX triplet: 40, A1 and 29. RGB value is (64,161,41). Sum of RGB (Red+Green+Blue) = 64+161+41=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #40A129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A129 is #BF5ED6. Grayscale: #767676. Windows color (decimal): -12541655 or 2728256. OLE color: 2728256.

HSL color Cylindrical-coordinate representation of color #40A129: hue angle of 108.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40A129 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 41 -
CMYK 0.60 0 0.75 0.37
HSL 108.5º 0.59% 0.4% -
HSV(B) 108.5º 0.75% 0.63% -
XYZ 15.26 26.74 6.45 -
YUV 118.32 84.36 89.26 -
System Red Green Blue C M Y K H S L
Decimal 64 161 41 0.60 0 0.75 0.37 108.5 0.59 0.4
Hex 40 A1 29 3C 0 4B 25 6C 3B 28
Octal 100 241 51 74 0 113 45 154 73 50
Binary 1000000 10100001 101001 111100 0 1001011 100101 1101100 111011 101000

Color Harmonies of #40A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A129

Black with #40A129

Text Example


Text Example

White with #40A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A129; }

 p { color: rgb(64,161,41); }

 H1.HeaderClassName
 {
   color: #40A129;
 }
 .AnyTagClassName
 {
   color: #40A129;
 }
</style>

background-color css

<style>
 a { background-color: #40A129; }

 a { background-color: rgb(64,161,41); }

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

border-color css

<style>
 span { border-color: #40A129; }

 span { border-color: rgb(64,161,41); }

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