Html Css Color HEX #305818 Palm Leaf

📋 copy color: '#305818'

red 48 ◦ green 88 ◦ blue 24

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

Shades of Palm Leaf #305818

Tints of Palm Leaf #305818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55%

 BLUE value IS 24 (9.77% from 255) = 15%

R = 30%
G = 55%
B = 15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#305818 (or 0x305818) is known color: Palm Leaf. HEX triplet: 30, 58 and 18. RGB value is (48,88,24). Sum of RGB (Red+Green+Blue) = 48+88+24=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #305818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305818 is #CFA7E7. Grayscale: #444444. Windows color (decimal): -13608936 or 1595440. OLE color: 1595440.

HSL color Cylindrical-coordinate representation of color #305818: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305818 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 24 -
CMYK 0.45 0 0.73 0.65
HSL 97.5º 0.57% 0.22% -
HSV(B) 97.5º 0.73% 0.35% -
XYZ 4.87 7.67 2.09 -
YUV 68.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 48 88 24 0.45 0 0.73 0.65 97.5 0.57 0.22
Hex 30 58 18 2D 0 49 41 62 39 16
Octal 60 130 30 55 0 111 101 142 71 26
Binary 110000 1011000 11000 101101 0 1001001 1000001 1100010 111001 10110

Color Harmonies of #305818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305818

Black with #305818

Text Example


Text Example

White with #305818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305818; }

 p { color: rgb(48,88,24); }

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

background-color css

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

 a { background-color: rgb(48,88,24); }

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

border-color css

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

 span { border-color: rgb(48,88,24); }

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