Html Css Color HEX #42872D La Palma

📋 copy color: '#42872D'

red 66 ◦ green 135 ◦ blue 45

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

Shades of La Palma #42872D

Tints of La Palma #42872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.88%

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

R = 26.83%
G = 54.88%
B = 18.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#42872D (or 0x42872D) is known color: La Palma. HEX triplet: 42, 87 and 2D. RGB value is (66,135,45). Sum of RGB (Red+Green+Blue) = 66+135+45=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #42872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42872D is #BD78D2. Grayscale: #686868. Windows color (decimal): -12417235 or 2983746. OLE color: 2983746.

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

Color convert

RGB 66 135 45 -
CMYK 0.51 0 0.67 0.47
HSL 106º 0.5% 0.35% -
HSV(B) 106º 0.67% 0.53% -
XYZ 11.38 18.68 5.49 -
YUV 104.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 66 135 45 0.51 0 0.67 0.47 106 0.5 0.35
Hex 42 87 2D 33 0 43 2F 6A 32 23
Octal 102 207 55 63 0 103 57 152 62 43
Binary 1000010 10000111 101101 110011 0 1000011 101111 1101010 110010 100011

Color Harmonies of #42872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42872D

Black with #42872D

Text Example


Text Example

White with #42872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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