Html Css Color HEX #2F4423 Palm Leaf

📋 copy color: '#2F4423'

red 47 ◦ green 68 ◦ blue 35

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

Shades of Palm Leaf #2F4423

Tints of Palm Leaf #2F4423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 31.33%
G = 45.33%
B = 23.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#2F4423 (or 0x2F4423) is known color: Palm Leaf. HEX triplet: 2F, 44 and 23. RGB value is (47,68,35). Sum of RGB (Red+Green+Blue) = 47+68+35=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4423 is #D0BBDC. Grayscale: #3A3A3A. Windows color (decimal): -13679581 or 2311215. OLE color: 2311215.

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

Color convert

RGB 47 68 35 -
CMYK 0.31 0 0.49 0.73
HSL 98.18º 0.32% 0.2% -
HSV(B) 98.18º 0.49% 0.27% -
XYZ 3.54 4.86 2.34 -
YUV 57.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 47 68 35 0.31 0 0.49 0.73 98.18 0.32 0.2
Hex 2F 44 23 1F 0 31 49 62 20 14
Octal 57 104 43 37 0 61 111 142 40 24
Binary 101111 1000100 100011 11111 0 110001 1001001 1100010 100000 10100

Color Harmonies of #2F4423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4423

Black with #2F4423

Text Example


Text Example

White with #2F4423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,35); }

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

background-color css

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

 a { background-color: rgb(47,68,35); }

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

border-color css

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

 span { border-color: rgb(47,68,35); }

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