Html Css Color HEX #2F412B Palm Leaf

📋 copy color: '#2F412B'

red 47 ◦ green 65 ◦ blue 43

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

Shades of Palm Leaf #2F412B

Tints of Palm Leaf #2F412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 30.32%
G = 41.94%
B = 27.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#2F412B (or 0x2F412B) is known color: Palm Leaf. HEX triplet: 2F, 41 and 2B. RGB value is (47,65,43). Sum of RGB (Red+Green+Blue) = 47+65+43=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #2F412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F412B is #D0BED4. Grayscale: #393939. Windows color (decimal): -13680341 or 2834735. OLE color: 2834735.

HSL color Cylindrical-coordinate representation of color #2F412B: hue angle of 109.09º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F412B is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 65 43 -
CMYK 0.28 0 0.34 0.75
HSL 109.09º 0.2% 0.21% -
HSV(B) 109.09º 0.34% 0.25% -
XYZ 3.5 4.56 2.98 -
YUV 57.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 47 65 43 0.28 0 0.34 0.75 109.09 0.2 0.21
Hex 2F 41 2B 1C 0 22 4B 6D 14 15
Octal 57 101 53 34 0 42 113 155 24 25
Binary 101111 1000001 101011 11100 0 100010 1001011 1101101 10100 10101

Color Harmonies of #2F412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F412B

Black with #2F412B

Text Example


Text Example

White with #2F412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,43); }

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

background-color css

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

 a { background-color: rgb(47,65,43); }

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

border-color css

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

 span { border-color: rgb(47,65,43); }

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