Html Css Color HEX #42852F La Palma

📋 copy color: '#42852F'

red 66 ◦ green 133 ◦ blue 47

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

Shades of La Palma #42852F

Tints of La Palma #42852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

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

R = 26.83%
G = 54.07%
B = 19.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#42852F (or 0x42852F) is known color: La Palma. HEX triplet: 42, 85 and 2F. RGB value is (66,133,47). Sum of RGB (Red+Green+Blue) = 66+133+47=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #42852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42852F is #BD7AD0. Grayscale: #676767. Windows color (decimal): -12417745 or 3114306. OLE color: 3114306.

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

Color convert

RGB 66 133 47 -
CMYK 0.50 0 0.65 0.48
HSL 106.74º 0.48% 0.35% -
HSV(B) 106.74º 0.65% 0.52% -
XYZ 11.15 18.14 5.6 -
YUV 103.16 96.3 101.49 -
System Red Green Blue C M Y K H S L
Decimal 66 133 47 0.50 0 0.65 0.48 106.74 0.48 0.35
Hex 42 85 2F 32 0 41 30 6B 30 23
Octal 102 205 57 62 0 101 60 153 60 43
Binary 1000010 10000101 101111 110010 0 1000001 110000 1101011 110000 100011

Color Harmonies of #42852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42852F

Black with #42852F

Text Example


Text Example

White with #42852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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