#469E2A

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

Shades of La Palma #469E2A

Tints of La Palma #469E2A

Color information

#469E2A (or 0x469E2A) is unknown color: approx La Palma. HEX triplet: 46, 9E and 2A. RGB value is (70,158,42). Sum of RGB (Red+Green+Blue) = 70+158+42=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #469E2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469E2A is #B961D5. Grayscale: #767676. Windows color (decimal): -12149206 or 2793030. OLE color: 2793030.

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

Color convert

RGB7015842-
CMYK0.5600.730.38
HSL105.52º58%39.22%-
HSV(B)105.52º73.42%61.96%-
XYZ15.1725.926.39-
YUV118.4684.8593.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 158 (62.11% from 255) = 58.52%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=25.93%
G=58.52%
B=15.56%

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
Decimal70158420.5600.730.38105.525839.22
Hex469E2A38049266a3a27
Octal10623652700111461527247
Binary100011010011110101010111000010010011001101101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,158,42); }

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

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

 a { background-color: rgb(70,158,42); }

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

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

 span { border-color: rgb(70,158,42); }

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