Html Css Color HEX #1F392A Palm Green

📋 copy color: '#1F392A'

red 31 ◦ green 57 ◦ blue 42

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

Shades of Palm Green #1F392A

Tints of Palm Green #1F392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.85%

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 23.85%
G = 43.85%
B = 32.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#1F392A (or 0x1F392A) is known color: Palm Green. HEX triplet: 1F, 39 and 2A. RGB value is (31,57,42). Sum of RGB (Red+Green+Blue) = 31+57+42=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #1F392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F392A is #E0C6D5. Grayscale: #2F2F2F. Windows color (decimal): -14730966 or 2767135. OLE color: 2767135.

HSL color Cylindrical-coordinate representation of color #1F392A: hue angle of 145.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F392A is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 57 42 -
CMYK 0.46 0 0.26 0.78
HSL 145.38º 0.3% 0.17% -
HSV(B) 145.38º 0.46% 0.22% -
XYZ 2.45 3.38 2.71 -
YUV 47.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 31 57 42 0.46 0 0.26 0.78 145.38 0.3 0.17
Hex 1F 39 2A 2E 0 1A 4E 91 1E 11
Octal 37 71 52 56 0 32 116 221 36 21
Binary 11111 111001 101010 101110 0 11010 1001110 10010001 11110 10001

Color Harmonies of #1F392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F392A

Black with #1F392A

Text Example


Text Example

White with #1F392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,42); }

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

background-color css

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

 a { background-color: rgb(31,57,42); }

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

border-color css

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

 span { border-color: rgb(31,57,42); }

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