#1F382A

Color #1F382A Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #1F382A

Tints of Palm Green #1F382A

Color information

#1F382A (or 0x1F382A) is unknown color: approx Palm Green. HEX triplet: 1F, 38 and 2A. RGB value is (31,56,42). Sum of RGB (Red+Green+Blue) = 31+56+42=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382A is #E0C7D5. Grayscale: #2E2E2E. Windows color (decimal): -14731222 or 2766879. OLE color: 2766879.

HSL color Cylindrical-coordinate representation of color #1F382A: hue angle of 146.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F382A is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB315642-
CMYK0.4500.250.78
HSL146.4º28.74%17.06%-
HSV(B)146.4º44.64%21.96%-
XYZ2.43.292.7-
YUV46.93125.22116.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=24.03%
G=43.41%
B=32.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156420.4500.250.78146.428.7417.06
Hex1F382A2D0194E921d11
Octal377052550311162223521
Binary111111110001010101011010110011001110100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F382A; }

 p { color: rgb(31,56,42); }

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

<style>
 a { background-color: #1F382A; }

 a { background-color: rgb(31,56,42); }

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

<style>
 span { border-color: #1F382A; }

 span { border-color: rgb(31,56,42); }

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