Html Css Color HEX #42882A La Palma

📋 copy color: '#42882A'

red 66 ◦ green 136 ◦ blue 42

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

Shades of La Palma #42882A

Tints of La Palma #42882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.74%

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 27.05%
G = 55.74%
B = 17.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#42882A (or 0x42882A) is known color: La Palma. HEX triplet: 42, 88 and 2A. RGB value is (66,136,42). Sum of RGB (Red+Green+Blue) = 66+136+42=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #42882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42882A is #BD77D5. Grayscale: #686868. Windows color (decimal): -12416982 or 2787394. OLE color: 2787394.

HSL color Cylindrical-coordinate representation of color #42882A: hue angle of 104.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42882A is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 42 -
CMYK 0.51 0 0.69 0.47
HSL 104.68º 0.53% 0.35% -
HSV(B) 104.68º 0.69% 0.53% -
XYZ 11.47 18.93 5.24 -
YUV 104.35 92.81 100.64 -
System Red Green Blue C M Y K H S L
Decimal 66 136 42 0.51 0 0.69 0.47 104.68 0.53 0.35
Hex 42 88 2A 33 0 45 2F 69 35 23
Octal 102 210 52 63 0 105 57 151 65 43
Binary 1000010 10001000 101010 110011 0 1000101 101111 1101001 110101 100011

Color Harmonies of #42882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42882A

Black with #42882A

Text Example


Text Example

White with #42882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42882A; }

 p { color: rgb(66,136,42); }

 H1.HeaderClassName
 {
   color: #42882A;
 }
 .AnyTagClassName
 {
   color: #42882A;
 }
</style>

background-color css

<style>
 a { background-color: #42882A; }

 a { background-color: rgb(66,136,42); }

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

border-color css

<style>
 span { border-color: #42882A; }

 span { border-color: rgb(66,136,42); }

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