#1F382B

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

Shades of Palm Green #1F382B

Tints of Palm Green #1F382B

Color information

#1F382B (or 0x1F382B) is unknown color: approx Palm Green. HEX triplet: 1F, 38 and 2B. RGB value is (31,56,43). Sum of RGB (Red+Green+Blue) = 31+56+43=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382B is #E0C7D4. Grayscale: #2F2F2F. Windows color (decimal): -14731221 or 2832415. OLE color: 2832415.

HSL color Cylindrical-coordinate representation of color #1F382B: hue angle of 148.8º 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 #1F382B is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB315643-
CMYK0.4500.230.78
HSL148.8º28.74%17.06%-
HSV(B)148.8º44.64%21.96%-
XYZ2.423.292.79-
YUV47.04125.72116.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=23.85%
G=43.08%
B=33.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156430.4500.230.78148.828.7417.06
Hex1F382B2D0174E951d11
Octal377053550271162253521
Binary111111110001010111011010101111001110100101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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