Html Css Color HEX #304428 Palm Leaf

📋 copy color: '#304428'

red 48 ◦ green 68 ◦ blue 40

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

Shades of Palm Leaf #304428

Tints of Palm Leaf #304428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.59%

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

R = 30.77%
G = 43.59%
B = 25.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#304428 (or 0x304428) is known color: Palm Leaf. HEX triplet: 30, 44 and 28. RGB value is (48,68,40). Sum of RGB (Red+Green+Blue) = 48+68+40=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #304428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304428 is #CFBBD7. Grayscale: #3A3A3A. Windows color (decimal): -13614040 or 2638896. OLE color: 2638896.

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

Color convert

RGB 48 68 40 -
CMYK 0.29 0 0.41 0.73
HSL 102.86º 0.26% 0.21% -
HSV(B) 102.86º 0.41% 0.27% -
XYZ 3.67 4.92 2.76 -
YUV 58.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 48 68 40 0.29 0 0.41 0.73 102.86 0.26 0.21
Hex 30 44 28 1D 0 29 49 67 1A 15
Octal 60 104 50 35 0 51 111 147 32 25
Binary 110000 1000100 101000 11101 0 101001 1001001 1100111 11010 10101

Color Harmonies of #304428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304428

Black with #304428

Text Example


Text Example

White with #304428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304428; }

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

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

background-color css

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

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

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

border-color css

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

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

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