Html Css Color HEX #42A037 La Palma

📋 copy color: '#42A037'

red 66 ◦ green 160 ◦ blue 55

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

Shades of La Palma #42A037

Tints of La Palma #42A037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 23.49%
G = 56.94%
B = 19.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#42A037 (or 0x42A037) is known color: La Palma. HEX triplet: 42, A0 and 37. RGB value is (66,160,55). Sum of RGB (Red+Green+Blue) = 66+160+55=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #42A037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A037 is #BD5FC8. Grayscale: #787878. Windows color (decimal): -12410825 or 3645506. OLE color: 3645506.

HSL color Cylindrical-coordinate representation of color #42A037: hue angle of 113.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42A037 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 160 55 -
CMYK 0.59 0 0.66 0.37
HSL 113.71º 0.49% 0.42% -
HSV(B) 113.71º 0.66% 0.63% -
XYZ 15.51 26.58 7.93 -
YUV 119.92 91.36 89.54 -
System Red Green Blue C M Y K H S L
Decimal 66 160 55 0.59 0 0.66 0.37 113.71 0.49 0.42
Hex 42 A0 37 3B 0 42 25 72 31 2A
Octal 102 240 67 73 0 102 45 162 61 52
Binary 1000010 10100000 110111 111011 0 1000010 100101 1110010 110001 101010

Color Harmonies of #42A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A037

Black with #42A037

Text Example


Text Example

White with #42A037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,160,55); }

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

background-color css

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

 a { background-color: rgb(66,160,55); }

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

border-color css

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

 span { border-color: rgb(66,160,55); }

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