Html Css Color HEX #2F4D2C Palm Leaf

📋 copy color: '#2F4D2C'

red 47 ◦ green 77 ◦ blue 44

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

Shades of Palm Leaf #2F4D2C

Tints of Palm Leaf #2F4D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

 BLUE value IS 44 (17.58% from 255) = 26.19%

R = 27.98%
G = 45.83%
B = 26.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#2F4D2C (or 0x2F4D2C) is known color: Palm Leaf. HEX triplet: 2F, 4D and 2C. RGB value is (47,77,44). Sum of RGB (Red+Green+Blue) = 47+77+44=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D2C is #D0B2D3. Grayscale: #404040. Windows color (decimal): -13677268 or 2903343. OLE color: 2903343.

HSL color Cylindrical-coordinate representation of color #2F4D2C: hue angle of 114.55º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4D2C is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 77 44 -
CMYK 0.39 0 0.43 0.70
HSL 114.55º 0.27% 0.24% -
HSV(B) 114.55º 0.43% 0.3% -
XYZ 4.28 6.09 3.33 -
YUV 64.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 47 77 44 0.39 0 0.43 0.70 114.55 0.27 0.24
Hex 2F 4D 2C 27 0 2B 46 73 1B 18
Octal 57 115 54 47 0 53 106 163 33 30
Binary 101111 1001101 101100 100111 0 101011 1000110 1110011 11011 11000

Color Harmonies of #2F4D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D2C

Black with #2F4D2C

Text Example


Text Example

White with #2F4D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,44); }

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

background-color css

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

 a { background-color: rgb(47,77,44); }

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

border-color css

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

 span { border-color: rgb(47,77,44); }

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