Html Css Color HEX #304F2A Palm Leaf

📋 copy color: '#304F2A'

red 48 ◦ green 79 ◦ blue 42

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

Shades of Palm Leaf #304F2A

Tints of Palm Leaf #304F2A

RGB

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

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

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

R = 28.4%
G = 46.75%
B = 24.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#304F2A (or 0x304F2A) is known color: Palm Leaf. HEX triplet: 30, 4F and 2A. RGB value is (48,79,42). Sum of RGB (Red+Green+Blue) = 48+79+42=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #304F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F2A is #CFB0D5. Grayscale: #414141. Windows color (decimal): -13611222 or 2772784. OLE color: 2772784.

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

Color convert

RGB 48 79 42 -
CMYK 0.39 0 0.47 0.69
HSL 110.27º 0.31% 0.24% -
HSV(B) 110.27º 0.47% 0.31% -
XYZ 4.43 6.39 3.19 -
YUV 65.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 48 79 42 0.39 0 0.47 0.69 110.27 0.31 0.24
Hex 30 4F 2A 27 0 2F 45 6E 1F 18
Octal 60 117 52 47 0 57 105 156 37 30
Binary 110000 1001111 101010 100111 0 101111 1000101 1101110 11111 11000

Color Harmonies of #304F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F2A

Black with #304F2A

Text Example


Text Example

White with #304F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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