Html Css Color HEX #304426 Palm Leaf

📋 copy color: '#304426'

red 48 ◦ green 68 ◦ blue 38

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

Shades of Palm Leaf #304426

Tints of Palm Leaf #304426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 31.17%
G = 44.16%
B = 24.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#304426 (or 0x304426) is known color: Palm Leaf. HEX triplet: 30, 44 and 26. RGB value is (48,68,38). Sum of RGB (Red+Green+Blue) = 48+68+38=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #304426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304426 is #CFBBD9. Grayscale: #3A3A3A. Windows color (decimal): -13614042 or 2507824. OLE color: 2507824.

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

Color convert

RGB 48 68 38 -
CMYK 0.29 0 0.44 0.73
HSL 100º 0.28% 0.21% -
HSV(B) 100º 0.44% 0.27% -
XYZ 3.64 4.9 2.59 -
YUV 58.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 48 68 38 0.29 0 0.44 0.73 100 0.28 0.21
Hex 30 44 26 1D 0 2C 49 64 1C 15
Octal 60 104 46 35 0 54 111 144 34 25
Binary 110000 1000100 100110 11101 0 101100 1001001 1100100 11100 10101

Color Harmonies of #304426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304426

Black with #304426

Text Example


Text Example

White with #304426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304426; }

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

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

background-color css

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

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

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

border-color css

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

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

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