Html Css Color HEX #304E2E Palm Leaf

📋 copy color: '#304E2E'

red 48 ◦ green 78 ◦ blue 46

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

Shades of Palm Leaf #304E2E

Tints of Palm Leaf #304E2E

RGB

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

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

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

R = 27.91%
G = 45.35%
B = 26.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#304E2E (or 0x304E2E) is known color: Palm Leaf. HEX triplet: 30, 4E and 2E. RGB value is (48,78,46). Sum of RGB (Red+Green+Blue) = 48+78+46=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #304E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E2E is #CFB1D1. Grayscale: #414141. Windows color (decimal): -13611474 or 3034672. OLE color: 3034672.

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

Color convert

RGB 48 78 46 -
CMYK 0.38 0 0.41 0.69
HSL 116.25º 0.26% 0.24% -
HSV(B) 116.25º 0.41% 0.31% -
XYZ 4.44 6.27 3.56 -
YUV 65.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 48 78 46 0.38 0 0.41 0.69 116.25 0.26 0.24
Hex 30 4E 2E 26 0 29 45 74 1A 18
Octal 60 116 56 46 0 51 105 164 32 30
Binary 110000 1001110 101110 100110 0 101001 1000101 1110100 11010 11000

Color Harmonies of #304E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E2E

Black with #304E2E

Text Example


Text Example

White with #304E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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