#3AA12F

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

Shades of La Palma #3AA12F

Tints of La Palma #3AA12F

Color information

#3AA12F (or 0x3AA12F) is unknown color: approx La Palma. HEX triplet: 3A, A1 and 2F. RGB value is (58,161,47). Sum of RGB (Red+Green+Blue) = 58+161+47=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA12F is #C55ED0. Grayscale: #757575. Windows color (decimal): -12934865 or 3121466. OLE color: 3121466.

HSL color Cylindrical-coordinate representation of color #3AA12F: hue angle of 114.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AA12F is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB5816147-
CMYK0.6400.710.37
HSL114.21º54.81%40.78%-
HSV(B)114.21º70.81%63.14%-
XYZ1526.597.03-
YUV117.2188.3885.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 161 (63.28% from 255) = 60.53%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=21.80%
G=60.53%
B=17.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58161470.6400.710.37114.2154.8140.78
Hex3AA12F4004725723729
Octal72241571000107451626751
Binary111010101000011011111000000010001111001011110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA12F; }

 p { color: rgb(58,161,47); }

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

<style>
 a { background-color: #3AA12F; }

 a { background-color: rgb(58,161,47); }

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

<style>
 span { border-color: #3AA12F; }

 span { border-color: rgb(58,161,47); }

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