#38942F

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

Shades of La Palma #38942F

Tints of La Palma #38942F

Color information

#38942F (or 0x38942F) is unknown color: approx La Palma. HEX triplet: 38, 94 and 2F. RGB value is (56,148,47). Sum of RGB (Red+Green+Blue) = 56+148+47=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #38942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38942F is #C76BD0. Grayscale: #6D6D6D. Windows color (decimal): -13069265 or 3118136. OLE color: 3118136.

HSL color Cylindrical-coordinate representation of color #38942F: hue angle of 114.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38942F is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB5614847-
CMYK0.6200.680.42
HSL114.65º51.79%38.24%-
HSV(B)114.65º68.24%58.04%-
XYZ12.7322.236.31-
YUV108.9893.0290.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 148 (58.20% from 255) = 58.96%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=22.31%
G=58.96%
B=18.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56148470.6200.680.42114.6551.7938.24
Hex38942F3E0442A733426
Octal7022457760104521636446
Binary11100010010100101111111110010001001010101110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38942F; }

 p { color: rgb(56,148,47); }

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

<style>
 a { background-color: #38942F; }

 a { background-color: rgb(56,148,47); }

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

<style>
 span { border-color: #38942F; }

 span { border-color: rgb(56,148,47); }

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