#42992B

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

Shades of La Palma #42992B

Tints of La Palma #42992B

Color information

#42992B (or 0x42992B) is unknown color: approx La Palma. HEX triplet: 42, 99 and 2B. RGB value is (66,153,43). Sum of RGB (Red+Green+Blue) = 66+153+43=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #42992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42992B is #BD66D4. Grayscale: #727272. Windows color (decimal): -12412629 or 2857282. OLE color: 2857282.

HSL color Cylindrical-coordinate representation of color #42992B: hue angle of 107.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42992B is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB6615343-
CMYK0.5700.720.4
HSL107.45º56.12%38.43%-
HSV(B)107.45º71.9%60%-
XYZ14.0724.126.2-
YUV114.4587.6893.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=25.19%
G=58.40%
B=16.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153430.5700.720.4107.4556.1238.43
Hex42992B39048286b3826
Octal10223153710110501537046
Binary100001010011001101011111001010010001010001101011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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