#3A8C1F

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

Shades of La Palma #3A8C1F

Tints of La Palma #3A8C1F

Color information

#3A8C1F (or 0x3A8C1F) is unknown color: approx La Palma. HEX triplet: 3A, 8C and 1F. RGB value is (58,140,31). Sum of RGB (Red+Green+Blue) = 58+140+31=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8C1F is #C573E0. Grayscale: #676767. Windows color (decimal): -12940257 or 2067514. OLE color: 2067514.

HSL color Cylindrical-coordinate representation of color #3A8C1F: hue angle of 105.14º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A8C1F is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB5814031-
CMYK0.5900.780.45
HSL105.14º63.74%33.53%-
HSV(B)105.14º77.86%54.9%-
XYZ11.3719.754.51-
YUV103.0687.3395.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 140 (55.08% from 255) = 61.14%
BLUE value IS 31 (12.5% from 255) = 13.54%
R=25.33%
G=61.14%
B=13.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58140310.5900.780.45105.1463.7433.53
Hex3A8C1F3B04E2D694022
Octal72214377301165515110042
Binary11101010001100111111110110100111010110111010011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,31); }

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

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

 a { background-color: rgb(58,140,31); }

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

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

 span { border-color: rgb(58,140,31); }

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