Html Css Color HEX #304E2A Palm Leaf

📋 copy color: '#304E2A'

red 48 ◦ green 78 ◦ blue 42

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

Shades of Palm Leaf #304E2A

Tints of Palm Leaf #304E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.43%

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

R = 28.57%
G = 46.43%
B = 25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#304E2A (or 0x304E2A) is known color: Palm Leaf. HEX triplet: 30, 4E and 2A. RGB value is (48,78,42). Sum of RGB (Red+Green+Blue) = 48+78+42=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #304E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E2A is #CFB1D5. Grayscale: #414141. Windows color (decimal): -13611478 or 2772528. OLE color: 2772528.

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

Color convert

RGB 48 78 42 -
CMYK 0.38 0 0.46 0.69
HSL 110º 0.3% 0.24% -
HSV(B) 110º 0.46% 0.31% -
XYZ 4.36 6.24 3.17 -
YUV 64.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 48 78 42 0.38 0 0.46 0.69 110 0.3 0.24
Hex 30 4E 2A 26 0 2E 45 6E 1E 18
Octal 60 116 52 46 0 56 105 156 36 30
Binary 110000 1001110 101010 100110 0 101110 1000101 1101110 11110 11000

Color Harmonies of #304E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E2A

Black with #304E2A

Text Example


Text Example

White with #304E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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