Html Css Color HEX #2F4029 Palm Leaf

📋 copy color: '#2F4029'

red 47 ◦ green 64 ◦ blue 41

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

Shades of Palm Leaf #2F4029

Tints of Palm Leaf #2F4029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 30.92%
G = 42.11%
B = 26.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#2F4029 (or 0x2F4029) is known color: Palm Leaf. HEX triplet: 2F, 40 and 29. RGB value is (47,64,41). Sum of RGB (Red+Green+Blue) = 47+64+41=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4029 is #D0BFD6. Grayscale: #383838. Windows color (decimal): -13680599 or 2703407. OLE color: 2703407.

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

Color convert

RGB 47 64 41 -
CMYK 0.27 0 0.36 0.75
HSL 104.35º 0.22% 0.21% -
HSV(B) 104.35º 0.36% 0.25% -
XYZ 3.41 4.43 2.77 -
YUV 56.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 47 64 41 0.27 0 0.36 0.75 104.35 0.22 0.21
Hex 2F 40 29 1B 0 24 4B 68 16 15
Octal 57 100 51 33 0 44 113 150 26 25
Binary 101111 1000000 101001 11011 0 100100 1001011 1101000 10110 10101

Color Harmonies of #2F4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4029

Black with #2F4029

Text Example


Text Example

White with #2F4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,41); }

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

background-color css

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

 a { background-color: rgb(47,64,41); }

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

border-color css

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

 span { border-color: rgb(47,64,41); }

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