Html Css Color HEX #42862B La Palma

📋 copy color: '#42862B'

red 66 ◦ green 134 ◦ blue 43

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

Shades of La Palma #42862B

Tints of La Palma #42862B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 27.16%
G = 55.14%
B = 17.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#42862B (or 0x42862B) is known color: La Palma. HEX triplet: 42, 86 and 2B. RGB value is (66,134,43). Sum of RGB (Red+Green+Blue) = 66+134+43=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #42862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42862B is #BD79D4. Grayscale: #676767. Windows color (decimal): -12417493 or 2852418. OLE color: 2852418.

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

Color convert

RGB 66 134 43 -
CMYK 0.51 0 0.68 0.47
HSL 104.84º 0.51% 0.35% -
HSV(B) 104.84º 0.68% 0.53% -
XYZ 11.21 18.38 5.24 -
YUV 103.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 66 134 43 0.51 0 0.68 0.47 104.84 0.51 0.35
Hex 42 86 2B 33 0 44 2F 69 33 23
Octal 102 206 53 63 0 104 57 151 63 43
Binary 1000010 10000110 101011 110011 0 1000100 101111 1101001 110011 100011

Color Harmonies of #42862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42862B

Black with #42862B

Text Example


Text Example

White with #42862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42862B; }

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

 H1.HeaderClassName
 {
   color: #42862B;
 }
 .AnyTagClassName
 {
   color: #42862B;
 }
</style>

background-color css

<style>
 a { background-color: #42862B; }

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

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

border-color css

<style>
 span { border-color: #42862B; }

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

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