#34A01F

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

Shades of La Palma #34A01F

Tints of La Palma #34A01F

Color information

#34A01F (or 0x34A01F) is unknown color: approx La Palma. HEX triplet: 34, A0 and 1F. RGB value is (52,160,31). Sum of RGB (Red+Green+Blue) = 52+160+31=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #34A01F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A01F is #CB5FE0. Grayscale: #717171. Windows color (decimal): -13328353 or 2072628. OLE color: 2072628.

HSL color Cylindrical-coordinate representation of color #34A01F: hue angle of 110.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34A01F is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB5216031-
CMYK0.6800.810.37
HSL110.23º67.54%37.45%-
HSV(B)110.23º80.62%62.75%-
XYZ14.2325.975.56-
YUV11381.7284.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 160 (62.89% from 255) = 65.84%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=21.40%
G=65.84%
B=12.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52160310.6800.810.37110.2367.5437.45
Hex34A01F44051256e4425
Octal642403710401214515610445
Binary110100101000001111110001000101000110010111011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A01F; }

 p { color: rgb(52,160,31); }

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

<style>
 a { background-color: #34A01F; }

 a { background-color: rgb(52,160,31); }

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

<style>
 span { border-color: #34A01F; }

 span { border-color: rgb(52,160,31); }

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