Html Css Color HEX #42A528 La Palma

📋 copy color: '#42A528'

red 66 ◦ green 165 ◦ blue 40

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

Shades of La Palma #42A528

Tints of La Palma #42A528

RGB

 RED value IS 66 (26.17% from 255) = 24.35%

 GREEN value IS 165 (64.84% from 255) = 60.89%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 24.35%
G = 60.89%
B = 14.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#42A528 (or 0x42A528) is known color: La Palma. HEX triplet: 42, A5 and 28. RGB value is (66,165,40). Sum of RGB (Red+Green+Blue) = 66+165+40=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #42A528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A528 is #BD5AD7. Grayscale: #797979. Windows color (decimal): -12409560 or 2663746. OLE color: 2663746.

HSL color Cylindrical-coordinate representation of color #42A528: hue angle of 107.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42A528 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 40 -
CMYK 0.60 0 0.76 0.35
HSL 107.52º 0.61% 0.4% -
HSV(B) 107.52º 0.76% 0.65% -
XYZ 16.08 28.22 6.61 -
YUV 121.15 82.2 88.66 -
System Red Green Blue C M Y K H S L
Decimal 66 165 40 0.60 0 0.76 0.35 107.52 0.61 0.4
Hex 42 A5 28 3C 0 4C 23 6C 3D 28
Octal 102 245 50 74 0 114 43 154 75 50
Binary 1000010 10100101 101000 111100 0 1001100 100011 1101100 111101 101000

Color Harmonies of #42A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A528

Black with #42A528

Text Example


Text Example

White with #42A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A528; }

 p { color: rgb(66,165,40); }

 H1.HeaderClassName
 {
   color: #42A528;
 }
 .AnyTagClassName
 {
   color: #42A528;
 }
</style>

background-color css

<style>
 a { background-color: #42A528; }

 a { background-color: rgb(66,165,40); }

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

border-color css

<style>
 span { border-color: #42A528; }

 span { border-color: rgb(66,165,40); }

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