Html Css Color HEX #2F4225 Palm Leaf

📋 copy color: '#2F4225'

red 47 ◦ green 66 ◦ blue 37

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

Shades of Palm Leaf #2F4225

Tints of Palm Leaf #2F4225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 31.33%
G = 44%
B = 24.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#2F4225 (or 0x2F4225) is known color: Palm Leaf. HEX triplet: 2F, 42 and 25. RGB value is (47,66,37). Sum of RGB (Red+Green+Blue) = 47+66+37=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4225 is #D0BDDA. Grayscale: #393939. Windows color (decimal): -13680091 or 2441775. OLE color: 2441775.

HSL color Cylindrical-coordinate representation of color #2F4225: hue angle of 99.31º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F4225 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 37 -
CMYK 0.29 0 0.44 0.74
HSL 99.31º 0.28% 0.2% -
HSV(B) 99.31º 0.44% 0.26% -
XYZ 3.45 4.63 2.46 -
YUV 57.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 47 66 37 0.29 0 0.44 0.74 99.31 0.28 0.2
Hex 2F 42 25 1D 0 2C 4A 63 1C 14
Octal 57 102 45 35 0 54 112 143 34 24
Binary 101111 1000010 100101 11101 0 101100 1001010 1100011 11100 10100

Color Harmonies of #2F4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4225

Black with #2F4225

Text Example


Text Example

White with #2F4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,37); }

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

background-color css

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

 a { background-color: rgb(47,66,37); }

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

border-color css

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

 span { border-color: rgb(47,66,37); }

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