Html Css Color HEX #42852D La Palma

📋 copy color: '#42852D'

red 66 ◦ green 133 ◦ blue 45

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

Shades of La Palma #42852D

Tints of La Palma #42852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 27.05%
G = 54.51%
B = 18.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#42852D (or 0x42852D) is known color: La Palma. HEX triplet: 42, 85 and 2D. RGB value is (66,133,45). Sum of RGB (Red+Green+Blue) = 66+133+45=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #42852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42852D is #BD7AD2. Grayscale: #676767. Windows color (decimal): -12417747 or 2983234. OLE color: 2983234.

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

Color convert

RGB 66 133 45 -
CMYK 0.50 0 0.66 0.48
HSL 105.68º 0.49% 0.35% -
HSV(B) 105.68º 0.66% 0.52% -
XYZ 11.11 18.12 5.4 -
YUV 102.94 95.3 101.66 -
System Red Green Blue C M Y K H S L
Decimal 66 133 45 0.50 0 0.66 0.48 105.68 0.49 0.35
Hex 42 85 2D 32 0 42 30 6A 31 23
Octal 102 205 55 62 0 102 60 152 61 43
Binary 1000010 10000101 101101 110010 0 1000010 110000 1101010 110001 100011

Color Harmonies of #42852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42852D

Black with #42852D

Text Example


Text Example

White with #42852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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