#1F422D

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

Shades of Palm Green #1F422D

Tints of Palm Green #1F422D

Color information

#1F422D (or 0x1F422D) is unknown color: approx Palm Green. HEX triplet: 1F, 42 and 2D. RGB value is (31,66,45). Sum of RGB (Red+Green+Blue) = 31+66+45=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #1F422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F422D is #E0BDD2. Grayscale: #353535. Windows color (decimal): -14728659 or 2966047. OLE color: 2966047.

HSL color Cylindrical-coordinate representation of color #1F422D: hue angle of 144º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F422D is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB316645-
CMYK0.5300.320.74
HSL144º36.08%19.02%-
HSV(B)144º53.03%25.88%-
XYZ2.994.383.17-
YUV53.14123.4112.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=21.83%
G=46.48%
B=31.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166450.5300.320.7414436.0819.02
Hex1F422D350204A902413
Octal3710255650401122204423
Binary111111000010101101110101010000010010101001000010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,45); }

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

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

 a { background-color: rgb(31,66,45); }

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

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

 span { border-color: rgb(31,66,45); }

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