#38A42F

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

Shades of La Palma #38A42F

Tints of La Palma #38A42F

Color information

#38A42F (or 0x38A42F) is unknown color: approx La Palma. HEX triplet: 38, A4 and 2F. RGB value is (56,164,47). Sum of RGB (Red+Green+Blue) = 56+164+47=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 164 (64.45% from 255 or 61.42% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 164 - color contains mainly: green. Hex color #38A42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A42F is #C75BD0. Grayscale: #767676. Windows color (decimal): -13065169 or 3122232. OLE color: 3122232.

HSL color Cylindrical-coordinate representation of color #38A42F: hue angle of 115.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38A42F is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB5616447-
CMYK0.6600.710.36
HSL115.38º55.45%41.37%-
HSV(B)115.38º71.34%64.31%-
XYZ15.4227.67.2-
YUV118.3787.7283.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 164 (64.45% from 255) = 61.42%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=20.97%
G=61.42%
B=17.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164470.6600.710.36115.3855.4541.37
Hex38A42F4204724733729
Octal70244571020107441636751
Binary111000101001001011111000010010001111001001110011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A42F; }

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

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

<style>
 a { background-color: #38A42F; }

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

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

<style>
 span { border-color: #38A42F; }

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

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