Html Css Color HEX #304F2E Palm Leaf

📋 copy color: '#304F2E'

red 48 ◦ green 79 ◦ blue 46

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

Shades of Palm Leaf #304F2E

Tints of Palm Leaf #304F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 27.75%
G = 45.66%
B = 26.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#304F2E (or 0x304F2E) is known color: Palm Leaf. HEX triplet: 30, 4F and 2E. RGB value is (48,79,46). Sum of RGB (Red+Green+Blue) = 48+79+46=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #304F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F2E is #CFB0D1. Grayscale: #424242. Windows color (decimal): -13611218 or 3034928. OLE color: 3034928.

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

Color convert

RGB 48 79 46 -
CMYK 0.39 0 0.42 0.69
HSL 116.36º 0.26% 0.25% -
HSV(B) 116.36º 0.42% 0.31% -
XYZ 4.51 6.42 3.59 -
YUV 65.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 48 79 46 0.39 0 0.42 0.69 116.36 0.26 0.25
Hex 30 4F 2E 27 0 2A 45 74 1A 19
Octal 60 117 56 47 0 52 105 164 32 31
Binary 110000 1001111 101110 100111 0 101010 1000101 1110100 11010 11001

Color Harmonies of #304F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F2E

Black with #304F2E

Text Example


Text Example

White with #304F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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