Html Css Color HEX #2F4524 Palm Leaf

📋 copy color: '#2F4524'

red 47 ◦ green 69 ◦ blue 36

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

Shades of Palm Leaf #2F4524

Tints of Palm Leaf #2F4524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 30.92%
G = 45.39%
B = 23.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#2F4524 (or 0x2F4524) is known color: Palm Leaf. HEX triplet: 2F, 45 and 24. RGB value is (47,69,36). Sum of RGB (Red+Green+Blue) = 47+69+36=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4524 is #D0BADB. Grayscale: #3A3A3A. Windows color (decimal): -13679324 or 2377007. OLE color: 2377007.

HSL color Cylindrical-coordinate representation of color #2F4524: hue angle of 100º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F4524 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 36 -
CMYK 0.32 0 0.48 0.73
HSL 100º 0.31% 0.21% -
HSV(B) 100º 0.48% 0.27% -
XYZ 3.62 4.99 2.44 -
YUV 58.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 47 69 36 0.32 0 0.48 0.73 100 0.31 0.21
Hex 2F 45 24 20 0 30 49 64 1F 15
Octal 57 105 44 40 0 60 111 144 37 25
Binary 101111 1000101 100100 100000 0 110000 1001001 1100100 11111 10101

Color Harmonies of #2F4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4524

Black with #2F4524

Text Example


Text Example

White with #2F4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,69,36); }

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

background-color css

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

 a { background-color: rgb(47,69,36); }

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

border-color css

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

 span { border-color: rgb(47,69,36); }

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