Html Css Color HEX #2F542A Palm Leaf

📋 copy color: '#2F542A'

red 47 ◦ green 84 ◦ blue 42

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

Shades of Palm Leaf #2F542A

Tints of Palm Leaf #2F542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 27.17%
G = 48.55%
B = 24.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#2F542A (or 0x2F542A) is known color: Palm Leaf. HEX triplet: 2F, 54 and 2A. RGB value is (47,84,42). Sum of RGB (Red+Green+Blue) = 47+84+42=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2F542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F542A is #D0ABD5. Grayscale: #444444. Windows color (decimal): -13675478 or 2774063. OLE color: 2774063.

HSL color Cylindrical-coordinate representation of color #2F542A: hue angle of 112.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F542A is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 84 42 -
CMYK 0.44 0 0.5 0.67
HSL 112.86º 0.33% 0.25% -
HSV(B) 112.86º 0.5% 0.33% -
XYZ 4.76 7.11 3.31 -
YUV 68.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 47 84 42 0.44 0 0.5 0.67 112.86 0.33 0.25
Hex 2F 54 2A 2C 0 32 43 71 21 19
Octal 57 124 52 54 0 62 103 161 41 31
Binary 101111 1010100 101010 101100 0 110010 1000011 1110001 100001 11001

Color Harmonies of #2F542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F542A

Black with #2F542A

Text Example


Text Example

White with #2F542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,84,42); }

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

background-color css

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

 a { background-color: rgb(47,84,42); }

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

border-color css

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

 span { border-color: rgb(47,84,42); }

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