Html Css Color HEX #1F3E2F Palm Green

📋 copy color: '#1F3E2F'

red 31 ◦ green 62 ◦ blue 47

#1F3E2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Green #1F3E2F

Tints of Palm Green #1F3E2F

RGB

 RED value IS 31 (12.5% from 255) = 22.14%

 GREEN value IS 62 (24.61% from 255) = 44.29%

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 22.14%
G = 44.29%
B = 33.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#1F3E2F (or 0x1F3E2F) is known color: Palm Green. HEX triplet: 1F, 3E and 2F. RGB value is (31,62,47). Sum of RGB (Red+Green+Blue) = 31+62+47=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3E2F is #E0C1D0. Grayscale: #333333. Windows color (decimal): -14729681 or 3096095. OLE color: 3096095.

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

Color convert

RGB 31 62 47 -
CMYK 0.5 0 0.24 0.76
HSL 150.97º 0.33% 0.18% -
HSV(B) 150.97º 0.5% 0.24% -
XYZ 2.8 3.94 3.3 -
YUV 51.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 31 62 47 0.5 0 0.24 0.76 150.97 0.33 0.18
Hex 1F 3E 2F 32 0 18 4C 97 21 12
Octal 37 76 57 62 0 30 114 227 41 22
Binary 11111 111110 101111 110010 0 11000 1001100 10010111 100001 10010

Color Harmonies of #1F3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3E2F

Black with #1F3E2F

Text Example


Text Example

White with #1F3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,47); }

 H1.HeaderClassName
 {
   color: #1F3E2F;
 }
 .AnyTagClassName
 {
   color: #1F3E2F;
 }
</style>

background-color css

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

 a { background-color: rgb(31,62,47); }

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

border-color css

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

 span { border-color: rgb(31,62,47); }

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