Html Css Color HEX #42871A La Palma

📋 copy color: '#42871A'

red 66 ◦ green 135 ◦ blue 26

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

Shades of La Palma #42871A

Tints of La Palma #42871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 29.07%
G = 59.47%
B = 11.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#42871A (or 0x42871A) is known color: La Palma. HEX triplet: 42, 87 and 1A. RGB value is (66,135,26). Sum of RGB (Red+Green+Blue) = 66+135+26=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #42871A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42871A is #BD78E5. Grayscale: #666666. Windows color (decimal): -12417254 or 1738562. OLE color: 1738562.

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

Color convert

RGB 66 135 26 -
CMYK 0.51 0 0.81 0.47
HSL 97.98º 0.68% 0.32% -
HSV(B) 97.98º 0.81% 0.53% -
XYZ 11.1 18.56 3.97 -
YUV 101.94 85.14 102.36 -
System Red Green Blue C M Y K H S L
Decimal 66 135 26 0.51 0 0.81 0.47 97.98 0.68 0.32
Hex 42 87 1A 33 0 51 2F 62 44 20
Octal 102 207 32 63 0 121 57 142 104 40
Binary 1000010 10000111 11010 110011 0 1010001 101111 1100010 1000100 100000

Color Harmonies of #42871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42871A

Black with #42871A

Text Example


Text Example

White with #42871A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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