#469F2B

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

Shades of La Palma #469F2B

Tints of La Palma #469F2B

Color information

#469F2B (or 0x469F2B) is unknown color: approx La Palma. HEX triplet: 46, 9F and 2B. RGB value is (70,159,43). Sum of RGB (Red+Green+Blue) = 70+159+43=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #469F2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F2B is #B960D4. Grayscale: #777777. Windows color (decimal): -12148949 or 2858822. OLE color: 2858822.

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

Color convert

RGB7015943-
CMYK0.5600.730.38
HSL106.03º57.43%39.61%-
HSV(B)106.03º72.96%62.35%-
XYZ15.3626.276.55-
YUV119.1685.0192.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 159 (62.5% from 255) = 58.46%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=25.74%
G=58.46%
B=15.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159430.5600.730.38106.0357.4339.61
Hex469F2B38049266a3928
Octal10623753700111461527150
Binary100011010011111101011111000010010011001101101010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469F2B; }

 p { color: rgb(70,159,43); }

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

<style>
 a { background-color: #469F2B; }

 a { background-color: rgb(70,159,43); }

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

<style>
 span { border-color: #469F2B; }

 span { border-color: rgb(70,159,43); }

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