Html Css Color HEX #2F422D Palm Leaf

📋 copy color: '#2F422D'

red 47 ◦ green 66 ◦ blue 45

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

Shades of Palm Leaf #2F422D

Tints of Palm Leaf #2F422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 29.75%
G = 41.77%
B = 28.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#2F422D (or 0x2F422D) is known color: Palm Leaf. HEX triplet: 2F, 42 and 2D. RGB value is (47,66,45). Sum of RGB (Red+Green+Blue) = 47+66+45=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422D is #D0BDD2. Grayscale: #393939. Windows color (decimal): -13680083 or 2966063. OLE color: 2966063.

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

Color convert

RGB 47 66 45 -
CMYK 0.29 0 0.32 0.74
HSL 114.29º 0.19% 0.22% -
HSV(B) 114.29º 0.32% 0.26% -
XYZ 3.59 4.69 3.2 -
YUV 57.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 47 66 45 0.29 0 0.32 0.74 114.29 0.19 0.22
Hex 2F 42 2D 1D 0 20 4A 72 13 16
Octal 57 102 55 35 0 40 112 162 23 26
Binary 101111 1000010 101101 11101 0 100000 1001010 1110010 10011 10110

Color Harmonies of #2F422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F422D

Black with #2F422D

Text Example


Text Example

White with #2F422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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