#3F8F2A

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

Shades of La Palma #3F8F2A

Tints of La Palma #3F8F2A

Color information

#3F8F2A (or 0x3F8F2A) is unknown color: approx La Palma. HEX triplet: 3F, 8F and 2A. RGB value is (63,143,42). Sum of RGB (Red+Green+Blue) = 63+143+42=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8F2A is #C070D5. Grayscale: #6B6B6B. Windows color (decimal): -12611798 or 2789183. OLE color: 2789183.

HSL color Cylindrical-coordinate representation of color #3F8F2A: hue angle of 107.52º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F8F2A is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB6314342-
CMYK0.5600.710.44
HSL107.52º54.59%36.27%-
HSV(B)107.52º70.63%56.08%-
XYZ12.2920.875.57-
YUV107.579196.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 143 (56.25% from 255) = 57.66%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=25.40%
G=57.66%
B=16.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63143420.5600.710.44107.5254.5936.27
Hex3F8F2A380472C6c3724
Octal7721752700107541546744
Binary11111110001111101010111000010001111011001101100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,143,42); }

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

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

 a { background-color: rgb(63,143,42); }

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

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

 span { border-color: rgb(63,143,42); }

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