Html Css Color HEX #42872E La Palma

📋 copy color: '#42872E'

red 66 ◦ green 135 ◦ blue 46

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

Shades of La Palma #42872E

Tints of La Palma #42872E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.66%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 26.72%
G = 54.66%
B = 18.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#42872E (or 0x42872E) is known color: La Palma. HEX triplet: 42, 87 and 2E. RGB value is (66,135,46). Sum of RGB (Red+Green+Blue) = 66+135+46=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #42872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42872E is #BD78D1. Grayscale: #686868. Windows color (decimal): -12417234 or 3049282. OLE color: 3049282.

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

Color convert

RGB 66 135 46 -
CMYK 0.51 0 0.66 0.47
HSL 106.52º 0.49% 0.35% -
HSV(B) 106.52º 0.66% 0.53% -
XYZ 11.4 18.68 5.59 -
YUV 104.22 95.14 100.74 -
System Red Green Blue C M Y K H S L
Decimal 66 135 46 0.51 0 0.66 0.47 106.52 0.49 0.35
Hex 42 87 2E 33 0 42 2F 6B 31 23
Octal 102 207 56 63 0 102 57 153 61 43
Binary 1000010 10000111 101110 110011 0 1000010 101111 1101011 110001 100011

Color Harmonies of #42872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42872E

Black with #42872E

Text Example


Text Example

White with #42872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42872E; }

 p { color: rgb(66,135,46); }

 H1.HeaderClassName
 {
   color: #42872E;
 }
 .AnyTagClassName
 {
   color: #42872E;
 }
</style>

background-color css

<style>
 a { background-color: #42872E; }

 a { background-color: rgb(66,135,46); }

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

border-color css

<style>
 span { border-color: #42872E; }

 span { border-color: rgb(66,135,46); }

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