Html Css Color HEX #31422F Palm Leaf

📋 copy color: '#31422F'

red 49 ◦ green 66 ◦ blue 47

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

Shades of Palm Leaf #31422F

Tints of Palm Leaf #31422F

RGB

 RED value IS 49 (19.53% from 255) = 30.25%

 GREEN value IS 66 (26.17% from 255) = 40.74%

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

R = 30.25%
G = 40.74%
B = 29.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#31422F (or 0x31422F) is known color: Palm Leaf. HEX triplet: 31, 42 and 2F. RGB value is (49,66,47). Sum of RGB (Red+Green+Blue) = 49+66+47=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #31422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31422F is #CEBDD0. Grayscale: #3A3A3A. Windows color (decimal): -13549009 or 3097137. OLE color: 3097137.

HSL color Cylindrical-coordinate representation of color #31422F: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31422F is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 47 -
CMYK 0.26 0 0.29 0.74
HSL 113.68º 0.17% 0.22% -
HSV(B) 113.68º 0.29% 0.26% -
XYZ 3.73 4.75 3.41 -
YUV 58.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 49 66 47 0.26 0 0.29 0.74 113.68 0.17 0.22
Hex 31 42 2F 1A 0 1D 4A 72 11 16
Octal 61 102 57 32 0 35 112 162 21 26
Binary 110001 1000010 101111 11010 0 11101 1001010 1110010 10001 10110

Color Harmonies of #31422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31422F

Black with #31422F

Text Example


Text Example

White with #31422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31422F; }

 p { color: rgb(49,66,47); }

 H1.HeaderClassName
 {
   color: #31422F;
 }
 .AnyTagClassName
 {
   color: #31422F;
 }
</style>

background-color css

<style>
 a { background-color: #31422F; }

 a { background-color: rgb(49,66,47); }

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

border-color css

<style>
 span { border-color: #31422F; }

 span { border-color: rgb(49,66,47); }

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