Html Css Color HEX #1F412E Palm Green

📋 copy color: '#1F412E'

red 31 ◦ green 65 ◦ blue 46

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

Shades of Palm Green #1F412E

Tints of Palm Green #1F412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.77%

 BLUE value IS 46 (18.36% from 255) = 32.39%

R = 21.83%
G = 45.77%
B = 32.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#1F412E (or 0x1F412E) is known color: Palm Green. HEX triplet: 1F, 41 and 2E. RGB value is (31,65,46). Sum of RGB (Red+Green+Blue) = 31+65+46=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #1F412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F412E is #E0BED1. Grayscale: #343434. Windows color (decimal): -14728914 or 3031327. OLE color: 3031327.

HSL color Cylindrical-coordinate representation of color #1F412E: hue angle of 146.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F412E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 65 46 -
CMYK 0.52 0 0.29 0.75
HSL 146.47º 0.35% 0.19% -
HSV(B) 146.47º 0.52% 0.25% -
XYZ 2.95 4.27 3.25 -
YUV 52.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 31 65 46 0.52 0 0.29 0.75 146.47 0.35 0.19
Hex 1F 41 2E 34 0 1D 4B 92 23 13
Octal 37 101 56 64 0 35 113 222 43 23
Binary 11111 1000001 101110 110100 0 11101 1001011 10010010 100011 10011

Color Harmonies of #1F412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F412E

Black with #1F412E

Text Example


Text Example

White with #1F412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,46); }

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

background-color css

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

 a { background-color: rgb(31,65,46); }

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

border-color css

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

 span { border-color: rgb(31,65,46); }

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