Html Css Color HEX #42952E La Palma

📋 copy color: '#42952E'

red 66 ◦ green 149 ◦ blue 46

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

Shades of La Palma #42952E

Tints of La Palma #42952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.09%

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 25.29%
G = 57.09%
B = 17.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#42952E (or 0x42952E) is known color: La Palma. HEX triplet: 42, 95 and 2E. RGB value is (66,149,46). Sum of RGB (Red+Green+Blue) = 66+149+46=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #42952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42952E is #BD6AD1. Grayscale: #707070. Windows color (decimal): -12413650 or 3052866. OLE color: 3052866.

HSL color Cylindrical-coordinate representation of color #42952E: hue angle of 108.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42952E is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 46 -
CMYK 0.56 0 0.69 0.42
HSL 108.35º 0.53% 0.38% -
HSV(B) 108.35º 0.69% 0.58% -
XYZ 13.49 22.85 6.28 -
YUV 112.44 90.5 94.88 -
System Red Green Blue C M Y K H S L
Decimal 66 149 46 0.56 0 0.69 0.42 108.35 0.53 0.38
Hex 42 95 2E 38 0 45 2A 6C 35 26
Octal 102 225 56 70 0 105 52 154 65 46
Binary 1000010 10010101 101110 111000 0 1000101 101010 1101100 110101 100110

Color Harmonies of #42952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42952E

Black with #42952E

Text Example


Text Example

White with #42952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42952E; }

 p { color: rgb(66,149,46); }

 H1.HeaderClassName
 {
   color: #42952E;
 }
 .AnyTagClassName
 {
   color: #42952E;
 }
</style>

background-color css

<style>
 a { background-color: #42952E; }

 a { background-color: rgb(66,149,46); }

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

border-color css

<style>
 span { border-color: #42952E; }

 span { border-color: rgb(66,149,46); }

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