Html Css Color HEX #2F4D26 Palm Leaf

📋 copy color: '#2F4D26'

red 47 ◦ green 77 ◦ blue 38

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

Shades of Palm Leaf #2F4D26

Tints of Palm Leaf #2F4D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.46%

R = 29.01%
G = 47.53%
B = 23.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#2F4D26 (or 0x2F4D26) is known color: Palm Leaf. HEX triplet: 2F, 4D and 26. RGB value is (47,77,38). Sum of RGB (Red+Green+Blue) = 47+77+38=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D26 is #D0B2D9. Grayscale: #3F3F3F. Windows color (decimal): -13677274 or 2510127. OLE color: 2510127.

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

Color convert

RGB 47 77 38 -
CMYK 0.39 0 0.51 0.70
HSL 106.15º 0.34% 0.23% -
HSV(B) 106.15º 0.51% 0.3% -
XYZ 4.18 6.05 2.78 -
YUV 63.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 47 77 38 0.39 0 0.51 0.70 106.15 0.34 0.23
Hex 2F 4D 26 27 0 33 46 6A 22 17
Octal 57 115 46 47 0 63 106 152 42 27
Binary 101111 1001101 100110 100111 0 110011 1000110 1101010 100010 10111

Color Harmonies of #2F4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D26

Black with #2F4D26

Text Example


Text Example

White with #2F4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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