Html Css Color HEX #304228 Palm Leaf

📋 copy color: '#304228'

red 48 ◦ green 66 ◦ blue 40

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

Shades of Palm Leaf #304228

Tints of Palm Leaf #304228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 31.17%
G = 42.86%
B = 25.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#304228 (or 0x304228) is known color: Palm Leaf. HEX triplet: 30, 42 and 28. RGB value is (48,66,40). Sum of RGB (Red+Green+Blue) = 48+66+40=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #304228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304228 is #CFBDD7. Grayscale: #393939. Windows color (decimal): -13614552 or 2638384. OLE color: 2638384.

HSL color Cylindrical-coordinate representation of color #304228: hue angle of 101.54º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304228 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 40 -
CMYK 0.27 0 0.39 0.74
HSL 101.54º 0.25% 0.21% -
HSV(B) 101.54º 0.39% 0.26% -
XYZ 3.55 4.68 2.72 -
YUV 57.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 48 66 40 0.27 0 0.39 0.74 101.54 0.25 0.21
Hex 30 42 28 1B 0 27 4A 66 19 15
Octal 60 102 50 33 0 47 112 146 31 25
Binary 110000 1000010 101000 11011 0 100111 1001010 1100110 11001 10101

Color Harmonies of #304228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304228

Black with #304228

Text Example


Text Example

White with #304228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304228; }

 p { color: rgb(48,66,40); }

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

background-color css

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

 a { background-color: rgb(48,66,40); }

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

border-color css

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

 span { border-color: rgb(48,66,40); }

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