Html Css Color HEX #2F422A Palm Leaf

📋 copy color: '#2F422A'

red 47 ◦ green 66 ◦ blue 42

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

Shades of Palm Leaf #2F422A

Tints of Palm Leaf #2F422A

RGB

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

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

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

R = 30.32%
G = 42.58%
B = 27.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#2F422A (or 0x2F422A) is known color: Palm Leaf. HEX triplet: 2F, 42 and 2A. RGB value is (47,66,42). Sum of RGB (Red+Green+Blue) = 47+66+42=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422A is #D0BDD5. Grayscale: #393939. Windows color (decimal): -13680086 or 2769455. OLE color: 2769455.

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

Color convert

RGB 47 66 42 -
CMYK 0.29 0 0.36 0.74
HSL 107.5º 0.22% 0.21% -
HSV(B) 107.5º 0.36% 0.26% -
XYZ 3.54 4.67 2.9 -
YUV 57.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 47 66 42 0.29 0 0.36 0.74 107.5 0.22 0.21
Hex 2F 42 2A 1D 0 24 4A 6C 16 15
Octal 57 102 52 35 0 44 112 154 26 25
Binary 101111 1000010 101010 11101 0 100100 1001010 1101100 10110 10101

Color Harmonies of #2F422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F422A

Black with #2F422A

Text Example


Text Example

White with #2F422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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