#1F3D2C

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

Shades of Palm Green #1F3D2C

Tints of Palm Green #1F3D2C

Color information

#1F3D2C (or 0x1F3D2C) is unknown color: approx Palm Green. HEX triplet: 1F, 3D and 2C. RGB value is (31,61,44). Sum of RGB (Red+Green+Blue) = 31+61+44=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D2C is #E0C2D3. Grayscale: #323232. Windows color (decimal): -14729940 or 2899231. OLE color: 2899231.

HSL color Cylindrical-coordinate representation of color #1F3D2C: hue angle of 146º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D2C is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB316144-
CMYK0.4900.280.76
HSL146º32.61%18.04%-
HSV(B)146º49.18%23.92%-
XYZ2.693.812.98-
YUV50.09124.56114.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 61 (24.22% from 255) = 44.85%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=22.79%
G=44.85%
B=32.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3161440.4900.280.7614632.6118.04
Hex1F3D2C3101C4C922112
Octal377554610341142224122
Binary1111111110110110011000101110010011001001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,61,44); }

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

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

 a { background-color: rgb(31,61,44); }

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

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

 span { border-color: rgb(31,61,44); }

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