#468C2F

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

Shades of La Palma #468C2F

Tints of La Palma #468C2F

Color information

#468C2F (or 0x468C2F) is unknown color: approx La Palma. HEX triplet: 46, 8C and 2F. RGB value is (70,140,47). Sum of RGB (Red+Green+Blue) = 70+140+47=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #468C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C2F is #B973D0. Grayscale: #6C6C6C. Windows color (decimal): -12153809 or 3116102. OLE color: 3116102.

HSL color Cylindrical-coordinate representation of color #468C2F: hue angle of 105.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468C2F is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB7014047-
CMYK0.5000.660.45
HSL105.16º49.73%36.67%-
HSV(B)105.16º66.43%54.9%-
XYZ12.4220.265.95-
YUV108.4793.31100.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 140 (55.08% from 255) = 54.47%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=27.24%
G=54.47%
B=18.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70140470.5000.660.45105.1649.7336.67
Hex468C2F320422D693225
Octal10621457620102551516245
Binary100011010001100101111110010010000101011011101001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468C2F; }

 p { color: rgb(70,140,47); }

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

<style>
 a { background-color: #468C2F; }

 a { background-color: rgb(70,140,47); }

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

<style>
 span { border-color: #468C2F; }

 span { border-color: rgb(70,140,47); }

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