Html Css Color HEX #2E451F Palm Leaf

📋 copy color: '#2E451F'

red 46 ◦ green 69 ◦ blue 31

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

Shades of Palm Leaf #2E451F

Tints of Palm Leaf #2E451F

RGB

 RED value IS 46 (18.36% from 255) = 31.51%

 GREEN value IS 69 (27.34% from 255) = 47.26%

 BLUE value IS 31 (12.5% from 255) = 21.23%

R = 31.51%
G = 47.26%
B = 21.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#2E451F (or 0x2E451F) is known color: Palm Leaf. HEX triplet: 2E, 45 and 1F. RGB value is (46,69,31). Sum of RGB (Red+Green+Blue) = 46+69+31=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #2E451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E451F is #D1BAE0. Grayscale: #393939. Windows color (decimal): -13744865 or 2049326. OLE color: 2049326.

HSL color Cylindrical-coordinate representation of color #2E451F: hue angle of 96.32º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E451F is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 31 -
CMYK 0.33 0 0.55 0.73
HSL 96.32º 0.38% 0.2% -
HSV(B) 96.32º 0.55% 0.27% -
XYZ 3.5 4.94 2.06 -
YUV 57.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 46 69 31 0.33 0 0.55 0.73 96.32 0.38 0.2
Hex 2E 45 1F 21 0 37 49 60 26 14
Octal 56 105 37 41 0 67 111 140 46 24
Binary 101110 1000101 11111 100001 0 110111 1001001 1100000 100110 10100

Color Harmonies of #2E451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E451F

Black with #2E451F

Text Example


Text Example

White with #2E451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E451F; }

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

 H1.HeaderClassName
 {
   color: #2E451F;
 }
 .AnyTagClassName
 {
   color: #2E451F;
 }
</style>

background-color css

<style>
 a { background-color: #2E451F; }

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

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

border-color css

<style>
 span { border-color: #2E451F; }

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

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