Html Css Color HEX #2F462A Palm Leaf

📋 copy color: '#2F462A'

red 47 ◦ green 70 ◦ blue 42

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

Shades of Palm Leaf #2F462A

Tints of Palm Leaf #2F462A

RGB

 RED value IS 47 (18.75% from 255) = 29.56%

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 29.56%
G = 44.03%
B = 26.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#2F462A (or 0x2F462A) is known color: Palm Leaf. HEX triplet: 2F, 46 and 2A. RGB value is (47,70,42). Sum of RGB (Red+Green+Blue) = 47+70+42=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #2F462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F462A is #D0B9D5. Grayscale: #3C3C3C. Windows color (decimal): -13679062 or 2770479. OLE color: 2770479.

HSL color Cylindrical-coordinate representation of color #2F462A: hue angle of 109.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F462A is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 70 42 -
CMYK 0.33 0 0.40 0.73
HSL 109.29º 0.25% 0.22% -
HSV(B) 109.29º 0.4% 0.27% -
XYZ 3.78 5.15 2.99 -
YUV 59.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 47 70 42 0.33 0 0.40 0.73 109.29 0.25 0.22
Hex 2F 46 2A 21 0 28 49 6D 19 16
Octal 57 106 52 41 0 50 111 155 31 26
Binary 101111 1000110 101010 100001 0 101000 1001001 1101101 11001 10110

Color Harmonies of #2F462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F462A

Black with #2F462A

Text Example


Text Example

White with #2F462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,42); }

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

background-color css

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

 a { background-color: rgb(47,70,42); }

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

border-color css

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

 span { border-color: rgb(47,70,42); }

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