Html Css Color HEX #31502E Palm Leaf

📋 copy color: '#31502E'

red 49 ◦ green 80 ◦ blue 46

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

Shades of Palm Leaf #31502E

Tints of Palm Leaf #31502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

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

R = 28%
G = 45.71%
B = 26.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#31502E (or 0x31502E) is known color: Palm Leaf. HEX triplet: 31, 50 and 2E. RGB value is (49,80,46). Sum of RGB (Red+Green+Blue) = 49+80+46=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #31502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31502E is #CEAFD1. Grayscale: #424242. Windows color (decimal): -13545426 or 3035185. OLE color: 3035185.

HSL color Cylindrical-coordinate representation of color #31502E: hue angle of 114.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31502E is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 46 -
CMYK 0.39 0 0.42 0.69
HSL 114.71º 0.27% 0.25% -
HSV(B) 114.71º 0.43% 0.31% -
XYZ 4.63 6.59 3.61 -
YUV 66.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 49 80 46 0.39 0 0.42 0.69 114.71 0.27 0.25
Hex 31 50 2E 27 0 2A 45 73 1B 19
Octal 61 120 56 47 0 52 105 163 33 31
Binary 110001 1010000 101110 100111 0 101010 1000101 1110011 11011 11001

Color Harmonies of #31502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31502E

Black with #31502E

Text Example


Text Example

White with #31502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31502E; }

 p { color: rgb(49,80,46); }

 H1.HeaderClassName
 {
   color: #31502E;
 }
 .AnyTagClassName
 {
   color: #31502E;
 }
</style>

background-color css

<style>
 a { background-color: #31502E; }

 a { background-color: rgb(49,80,46); }

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

border-color css

<style>
 span { border-color: #31502E; }

 span { border-color: rgb(49,80,46); }

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