Html Css Color HEX #304828 Palm Leaf

📋 copy color: '#304828'

red 48 ◦ green 72 ◦ blue 40

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

Shades of Palm Leaf #304828

Tints of Palm Leaf #304828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

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

R = 30%
G = 45%
B = 25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#304828 (or 0x304828) is known color: Palm Leaf. HEX triplet: 30, 48 and 28. RGB value is (48,72,40). Sum of RGB (Red+Green+Blue) = 48+72+40=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #304828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304828 is #CFB7D7. Grayscale: #3D3D3D. Windows color (decimal): -13613016 or 2639920. OLE color: 2639920.

HSL color Cylindrical-coordinate representation of color #304828: hue angle of 105º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304828 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 40 -
CMYK 0.33 0 0.44 0.72
HSL 105º 0.29% 0.22% -
HSV(B) 105º 0.44% 0.28% -
XYZ 3.92 5.42 2.85 -
YUV 61.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 48 72 40 0.33 0 0.44 0.72 105 0.29 0.22
Hex 30 48 28 21 0 2C 48 69 1D 16
Octal 60 110 50 41 0 54 110 151 35 26
Binary 110000 1001000 101000 100001 0 101100 1001000 1101001 11101 10110

Color Harmonies of #304828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304828

Black with #304828

Text Example


Text Example

White with #304828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304828; }

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

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

background-color css

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

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

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

border-color css

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

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

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