#42992F

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

Shades of La Palma #42992F

Tints of La Palma #42992F

Color information

#42992F (or 0x42992F) is unknown color: approx La Palma. HEX triplet: 42, 99 and 2F. RGB value is (66,153,47). Sum of RGB (Red+Green+Blue) = 66+153+47=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #42992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42992F is #BD66D0. Grayscale: #737373. Windows color (decimal): -12412625 or 3119426. OLE color: 3119426.

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

Color convert

RGB6615347-
CMYK0.5700.690.4
HSL109.25º53%39.22%-
HSV(B)109.25º69.28%60%-
XYZ14.1524.156.6-
YUV114.989.6893.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 153 (60.16% from 255) = 57.52%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=24.81%
G=57.52%
B=17.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153470.5700.690.4109.255339.22
Hex42992F39045286d3527
Octal10223157710105501556547
Binary100001010011001101111111001010001011010001101101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42992F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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