#388F2D

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

Shades of La Palma #388F2D

Tints of La Palma #388F2D

Color information

#388F2D (or 0x388F2D) is unknown color: approx La Palma. HEX triplet: 38, 8F and 2D. RGB value is (56,143,45). Sum of RGB (Red+Green+Blue) = 56+143+45=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #388F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388F2D is #C770D2. Grayscale: #6A6A6A. Windows color (decimal): -13070547 or 2985784. OLE color: 2985784.

HSL color Cylindrical-coordinate representation of color #388F2D: hue angle of 113.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388F2D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB5614345-
CMYK0.6100.690.44
HSL113.27º52.13%36.86%-
HSV(B)113.27º68.53%56.08%-
XYZ11.9320.685.84-
YUV105.8193.6892.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 143 (56.25% from 255) = 58.61%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=22.95%
G=58.61%
B=18.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56143450.6100.690.44113.2752.1336.86
Hex388F2D3D0452C713425
Octal7021755750105541616445
Binary11100010001111101101111101010001011011001110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388F2D; }

 p { color: rgb(56,143,45); }

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

<style>
 a { background-color: #388F2D; }

 a { background-color: rgb(56,143,45); }

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

<style>
 span { border-color: #388F2D; }

 span { border-color: rgb(56,143,45); }

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