Html Css Color HEX #2F4C28 Palm Leaf

📋 copy color: '#2F4C28'

red 47 ◦ green 76 ◦ blue 40

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

Shades of Palm Leaf #2F4C28

Tints of Palm Leaf #2F4C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.63%

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 28.83%
G = 46.63%
B = 24.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#2F4C28 (or 0x2F4C28) is known color: Palm Leaf. HEX triplet: 2F, 4C and 28. RGB value is (47,76,40). Sum of RGB (Red+Green+Blue) = 47+76+40=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C28 is #D0B3D7. Grayscale: #3F3F3F. Windows color (decimal): -13677528 or 2640943. OLE color: 2640943.

HSL color Cylindrical-coordinate representation of color #2F4C28: hue angle of 108.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4C28 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 76 40 -
CMYK 0.38 0 0.47 0.70
HSL 108.33º 0.31% 0.23% -
HSV(B) 108.33º 0.47% 0.3% -
XYZ 4.14 5.93 2.93 -
YUV 63.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 47 76 40 0.38 0 0.47 0.70 108.33 0.31 0.23
Hex 2F 4C 28 26 0 2F 46 6C 1F 17
Octal 57 114 50 46 0 57 106 154 37 27
Binary 101111 1001100 101000 100110 0 101111 1000110 1101100 11111 10111

Color Harmonies of #2F4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4C28

Black with #2F4C28

Text Example


Text Example

White with #2F4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,76,40); }

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

background-color css

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

 a { background-color: rgb(47,76,40); }

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

border-color css

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

 span { border-color: rgb(47,76,40); }

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