Html Css Color HEX #1F382B Palm Green

📋 copy color: '#1F382B'

red 31 ◦ green 56 ◦ blue 43

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

Shades of Palm Green #1F382B

Tints of Palm Green #1F382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 23.85%
G = 43.08%
B = 33.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#1F382B (or 0x1F382B) is known color: Palm Green. HEX triplet: 1F, 38 and 2B. RGB value is (31,56,43). Sum of RGB (Red+Green+Blue) = 31+56+43=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382B is #E0C7D4. Grayscale: #2F2F2F. Windows color (decimal): -14731221 or 2832415. OLE color: 2832415.

HSL color Cylindrical-coordinate representation of color #1F382B: hue angle of 148.8º 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 #1F382B is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 56 43 -
CMYK 0.45 0 0.23 0.78
HSL 148.8º 0.29% 0.17% -
HSV(B) 148.8º 0.45% 0.22% -
XYZ 2.42 3.29 2.79 -
YUV 47.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 31 56 43 0.45 0 0.23 0.78 148.8 0.29 0.17
Hex 1F 38 2B 2D 0 17 4E 95 1D 11
Octal 37 70 53 55 0 27 116 225 35 21
Binary 11111 111000 101011 101101 0 10111 1001110 10010101 11101 10001

Color Harmonies of #1F382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F382B

Black with #1F382B

Text Example


Text Example

White with #1F382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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