#1F4030

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

Shades of Palm Green #1F4030

Tints of Palm Green #1F4030

Color information

#1F4030 (or 0x1F4030) is unknown color: approx Palm Green. HEX triplet: 1F, 40 and 30. RGB value is (31,64,48). Sum of RGB (Red+Green+Blue) = 31+64+48=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4030 is #E0BFCF. Grayscale: #343434. Windows color (decimal): -14729168 or 3162143. OLE color: 3162143.

HSL color Cylindrical-coordinate representation of color #1F4030: hue angle of 150.91º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4030 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB316448-
CMYK0.5200.250.75
HSL150.91º34.74%18.63%-
HSV(B)150.91º51.56%25.1%-
XYZ2.934.173.45-
YUV52.31125.57112.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=21.68%
G=44.76%
B=33.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164480.5200.250.75150.9134.7418.63
Hex1F4030340194B972313
Octal3710060640311132274323
Binary11111100000011000011010001100110010111001011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,48); }

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

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

 a { background-color: rgb(31,64,48); }

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

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

 span { border-color: rgb(31,64,48); }

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