Html Css Color HEX #304328 Palm Leaf

📋 copy color: '#304328'

red 48 ◦ green 67 ◦ blue 40

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

Shades of Palm Leaf #304328

Tints of Palm Leaf #304328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.23%

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

R = 30.97%
G = 43.23%
B = 25.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#304328 (or 0x304328) is known color: Palm Leaf. HEX triplet: 30, 43 and 28. RGB value is (48,67,40). Sum of RGB (Red+Green+Blue) = 48+67+40=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #304328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304328 is #CFBCD7. Grayscale: #3A3A3A. Windows color (decimal): -13614296 or 2638640. OLE color: 2638640.

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

Color convert

RGB 48 67 40 -
CMYK 0.28 0 0.40 0.74
HSL 102.22º 0.25% 0.21% -
HSV(B) 102.22º 0.4% 0.26% -
XYZ 3.61 4.8 2.74 -
YUV 58.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 48 67 40 0.28 0 0.40 0.74 102.22 0.25 0.21
Hex 30 43 28 1C 0 28 4A 66 19 15
Octal 60 103 50 34 0 50 112 146 31 25
Binary 110000 1000011 101000 11100 0 101000 1001010 1100110 11001 10101

Color Harmonies of #304328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304328

Black with #304328

Text Example


Text Example

White with #304328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304328; }

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

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

background-color css

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

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

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

border-color css

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

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

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