Html Css Color HEX #304F2C Palm Leaf

📋 copy color: '#304F2C'

red 48 ◦ green 79 ◦ blue 44

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

Shades of Palm Leaf #304F2C

Tints of Palm Leaf #304F2C

RGB

 RED value IS 48 (19.14% from 255) = 28.07%

 GREEN value IS 79 (31.25% from 255) = 46.2%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 28.07%
G = 46.2%
B = 25.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#304F2C (or 0x304F2C) is known color: Palm Leaf. HEX triplet: 30, 4F and 2C. RGB value is (48,79,44). Sum of RGB (Red+Green+Blue) = 48+79+44=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #304F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F2C is #CFB0D3. Grayscale: #414141. Windows color (decimal): -13611220 or 2903856. OLE color: 2903856.

HSL color Cylindrical-coordinate representation of color #304F2C: hue angle of 113.14º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304F2C is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 44 -
CMYK 0.39 0 0.44 0.69
HSL 113.14º 0.28% 0.24% -
HSV(B) 113.14º 0.44% 0.31% -
XYZ 4.47 6.4 3.38 -
YUV 65.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 48 79 44 0.39 0 0.44 0.69 113.14 0.28 0.24
Hex 30 4F 2C 27 0 2C 45 71 1C 18
Octal 60 117 54 47 0 54 105 161 34 30
Binary 110000 1001111 101100 100111 0 101100 1000101 1110001 11100 11000

Color Harmonies of #304F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F2C

Black with #304F2C

Text Example


Text Example

White with #304F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304F2C; }

 p { color: rgb(48,79,44); }

 H1.HeaderClassName
 {
   color: #304F2C;
 }
 .AnyTagClassName
 {
   color: #304F2C;
 }
</style>

background-color css

<style>
 a { background-color: #304F2C; }

 a { background-color: rgb(48,79,44); }

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

border-color css

<style>
 span { border-color: #304F2C; }

 span { border-color: rgb(48,79,44); }

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