#38A22F

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

Shades of La Palma #38A22F

Tints of La Palma #38A22F

Color information

#38A22F (or 0x38A22F) is unknown color: approx La Palma. HEX triplet: 38, A2 and 2F. RGB value is (56,162,47). Sum of RGB (Red+Green+Blue) = 56+162+47=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #38A22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A22F is #C75DD0. Grayscale: #757575. Windows color (decimal): -13065681 or 3121720. OLE color: 3121720.

HSL color Cylindrical-coordinate representation of color #38A22F: hue angle of 115.3º 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 #38A22F is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB5616247-
CMYK0.6500.710.36
HSL115.3º55.02%40.98%-
HSV(B)115.3º70.99%63.53%-
XYZ15.0626.897.08-
YUV117.288.3884.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 162 (63.67% from 255) = 61.13%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=21.13%
G=61.13%
B=17.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56162470.6500.710.36115.355.0240.98
Hex38A22F4104724733729
Octal70242571010107441636751
Binary111000101000101011111000001010001111001001110011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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