Html Css Color HEX #42842F La Palma

📋 copy color: '#42842F'

red 66 ◦ green 132 ◦ blue 47

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

Shades of La Palma #42842F

Tints of La Palma #42842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.88%

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 26.94%
G = 53.88%
B = 19.18%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#42842F (or 0x42842F) is known color: La Palma. HEX triplet: 42, 84 and 2F. RGB value is (66,132,47). Sum of RGB (Red+Green+Blue) = 66+132+47=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #42842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42842F is #BD7BD0. Grayscale: #666666. Windows color (decimal): -12418001 or 3114050. OLE color: 3114050.

HSL color Cylindrical-coordinate representation of color #42842F: hue angle of 106.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42842F is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 47 -
CMYK 0.5 0 0.64 0.48
HSL 106.59º 0.47% 0.35% -
HSV(B) 106.59º 0.64% 0.52% -
XYZ 11.01 17.87 5.56 -
YUV 102.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 66 132 47 0.5 0 0.64 0.48 106.59 0.47 0.35
Hex 42 84 2F 32 0 40 30 6B 2F 23
Octal 102 204 57 62 0 100 60 153 57 43
Binary 1000010 10000100 101111 110010 0 1000000 110000 1101011 101111 100011

Color Harmonies of #42842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42842F

Black with #42842F

Text Example


Text Example

White with #42842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42842F; }

 p { color: rgb(66,132,47); }

 H1.HeaderClassName
 {
   color: #42842F;
 }
 .AnyTagClassName
 {
   color: #42842F;
 }
</style>

background-color css

<style>
 a { background-color: #42842F; }

 a { background-color: rgb(66,132,47); }

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

border-color css

<style>
 span { border-color: #42842F; }

 span { border-color: rgb(66,132,47); }

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