Html Css Color HEX #1F382A Palm Green

📋 copy color: '#1F382A'

red 31 ◦ green 56 ◦ blue 42

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

Shades of Palm Green #1F382A

Tints of Palm Green #1F382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.41%

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

R = 24.03%
G = 43.41%
B = 32.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#1F382A (or 0x1F382A) is known color: Palm Green. HEX triplet: 1F, 38 and 2A. RGB value is (31,56,42). Sum of RGB (Red+Green+Blue) = 31+56+42=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382A is #E0C7D5. Grayscale: #2E2E2E. Windows color (decimal): -14731222 or 2766879. OLE color: 2766879.

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

Color convert

RGB 31 56 42 -
CMYK 0.45 0 0.25 0.78
HSL 146.4º 0.29% 0.17% -
HSV(B) 146.4º 0.45% 0.22% -
XYZ 2.4 3.29 2.7 -
YUV 46.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 31 56 42 0.45 0 0.25 0.78 146.4 0.29 0.17
Hex 1F 38 2A 2D 0 19 4E 92 1D 11
Octal 37 70 52 55 0 31 116 222 35 21
Binary 11111 111000 101010 101101 0 11001 1001110 10010010 11101 10001

Color Harmonies of #1F382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F382A

Black with #1F382A

Text Example


Text Example

White with #1F382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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