Html Css Color HEX #304028 Palm Leaf

📋 copy color: '#304028'

red 48 ◦ green 64 ◦ blue 40

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

Shades of Palm Leaf #304028

Tints of Palm Leaf #304028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

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

R = 31.58%
G = 42.11%
B = 26.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#304028 (or 0x304028) is known color: Palm Leaf. HEX triplet: 30, 40 and 28. RGB value is (48,64,40). Sum of RGB (Red+Green+Blue) = 48+64+40=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #304028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304028 is #CFBFD7. Grayscale: #383838. Windows color (decimal): -13615064 or 2637872. OLE color: 2637872.

HSL color Cylindrical-coordinate representation of color #304028: hue angle of 100º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304028 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 40 -
CMYK 0.25 0 0.38 0.75
HSL 100º 0.23% 0.2% -
HSV(B) 100º 0.38% 0.25% -
XYZ 3.44 4.45 2.69 -
YUV 56.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 48 64 40 0.25 0 0.38 0.75 100 0.23 0.2
Hex 30 40 28 19 0 26 4B 64 17 14
Octal 60 100 50 31 0 46 113 144 27 24
Binary 110000 1000000 101000 11001 0 100110 1001011 1100100 10111 10100

Color Harmonies of #304028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304028

Black with #304028

Text Example


Text Example

White with #304028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304028; }

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

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

background-color css

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

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

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

border-color css

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

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

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