#42952B

Color #42952B La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #42952B

Tints of La Palma #42952B

Color information

#42952B (or 0x42952B) is unknown color: approx La Palma. HEX triplet: 42, 95 and 2B. RGB value is (66,149,43). Sum of RGB (Red+Green+Blue) = 66+149+43=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #42952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42952B is #BD6AD4. Grayscale: #707070. Windows color (decimal): -12413653 or 2856258. OLE color: 2856258.

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

Color convert

RGB6614943-
CMYK0.5600.710.42
HSL106.98º55.21%37.65%-
HSV(B)106.98º71.14%58.43%-
XYZ13.4322.835.98-
YUV112.18995.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=25.58%
G=57.75%
B=16.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66149430.5600.710.42106.9855.2137.65
Hex42952B380472A6b3726
Octal10222553700107521536746
Binary100001010010101101011111000010001111010101101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42952B;
 }
 .AnyTagClassName
 {
   color: #42952B;
 }
</style>
background-color css

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

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

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

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

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

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