Html Css Color HEX #42861D La Palma

📋 copy color: '#42861D'

red 66 ◦ green 134 ◦ blue 29

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

Shades of La Palma #42861D

Tints of La Palma #42861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.52%

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 28.82%
G = 58.52%
B = 12.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#42861D (or 0x42861D) is known color: La Palma. HEX triplet: 42, 86 and 1D. RGB value is (66,134,29). Sum of RGB (Red+Green+Blue) = 66+134+29=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #42861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42861D is #BD79E2. Grayscale: #666666. Windows color (decimal): -12417507 or 1934914. OLE color: 1934914.

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

Color convert

RGB 66 134 29 -
CMYK 0.51 0 0.78 0.47
HSL 98.86º 0.64% 0.32% -
HSV(B) 98.86º 0.78% 0.53% -
XYZ 10.99 18.3 4.11 -
YUV 101.7 86.97 102.54 -
System Red Green Blue C M Y K H S L
Decimal 66 134 29 0.51 0 0.78 0.47 98.86 0.64 0.32
Hex 42 86 1D 33 0 4E 2F 63 40 20
Octal 102 206 35 63 0 116 57 143 100 40
Binary 1000010 10000110 11101 110011 0 1001110 101111 1100011 1000000 100000

Color Harmonies of #42861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42861D

Black with #42861D

Text Example


Text Example

White with #42861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42861D; }

 p { color: rgb(66,134,29); }

 H1.HeaderClassName
 {
   color: #42861D;
 }
 .AnyTagClassName
 {
   color: #42861D;
 }
</style>

background-color css

<style>
 a { background-color: #42861D; }

 a { background-color: rgb(66,134,29); }

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

border-color css

<style>
 span { border-color: #42861D; }

 span { border-color: rgb(66,134,29); }

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