Html Css Color HEX #2F5819 Palm Leaf

📋 copy color: '#2F5819'

red 47 ◦ green 88 ◦ blue 25

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

Shades of Palm Leaf #2F5819

Tints of Palm Leaf #2F5819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55%

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 29.38%
G = 55%
B = 15.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#2F5819 (or 0x2F5819) is known color: Palm Leaf. HEX triplet: 2F, 58 and 19. RGB value is (47,88,25). Sum of RGB (Red+Green+Blue) = 47+88+25=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5819 is #D0A7E6. Grayscale: #444444. Windows color (decimal): -13674471 or 1660975. OLE color: 1660975.

HSL color Cylindrical-coordinate representation of color #2F5819: hue angle of 99.05º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F5819 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 88 25 -
CMYK 0.47 0 0.72 0.65
HSL 99.05º 0.56% 0.22% -
HSV(B) 99.05º 0.72% 0.35% -
XYZ 4.84 7.65 2.14 -
YUV 68.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 47 88 25 0.47 0 0.72 0.65 99.05 0.56 0.22
Hex 2F 58 19 2F 0 48 41 63 38 16
Octal 57 130 31 57 0 110 101 143 70 26
Binary 101111 1011000 11001 101111 0 1001000 1000001 1100011 111000 10110

Color Harmonies of #2F5819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5819

Black with #2F5819

Text Example


Text Example

White with #2F5819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,25); }

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

background-color css

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

 a { background-color: rgb(47,88,25); }

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

border-color css

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

 span { border-color: rgb(47,88,25); }

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