Html Css Color HEX #2F4C1C Palm Leaf

📋 copy color: '#2F4C1C'

red 47 ◦ green 76 ◦ blue 28

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

Shades of Palm Leaf #2F4C1C

Tints of Palm Leaf #2F4C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50.33%

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 31.13%
G = 50.33%
B = 18.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#2F4C1C (or 0x2F4C1C) is known color: Palm Leaf. HEX triplet: 2F, 4C and 1C. RGB value is (47,76,28). Sum of RGB (Red+Green+Blue) = 47+76+28=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C1C is #D0B3E3. Grayscale: #3E3E3E. Windows color (decimal): -13677540 or 1854511. OLE color: 1854511.

HSL color Cylindrical-coordinate representation of color #2F4C1C: hue angle of 96.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F4C1C is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 76 28 -
CMYK 0.38 0 0.63 0.70
HSL 96.25º 0.46% 0.2% -
HSV(B) 96.25º 0.63% 0.3% -
XYZ 3.97 5.86 2.02 -
YUV 61.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 47 76 28 0.38 0 0.63 0.70 96.25 0.46 0.2
Hex 2F 4C 1C 26 0 3F 46 60 2E 14
Octal 57 114 34 46 0 77 106 140 56 24
Binary 101111 1001100 11100 100110 0 111111 1000110 1100000 101110 10100

Color Harmonies of #2F4C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4C1C

Black with #2F4C1C

Text Example


Text Example

White with #2F4C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,76,28); }

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

background-color css

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

 a { background-color: rgb(47,76,28); }

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

border-color css

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

 span { border-color: rgb(47,76,28); }

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