Html Css Color HEX #305918 Palm Leaf

📋 copy color: '#305918'

red 48 ◦ green 89 ◦ blue 24

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

Shades of Palm Leaf #305918

Tints of Palm Leaf #305918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

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

R = 29.81%
G = 55.28%
B = 14.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#305918 (or 0x305918) is known color: Palm Leaf. HEX triplet: 30, 59 and 18. RGB value is (48,89,24). Sum of RGB (Red+Green+Blue) = 48+89+24=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #305918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305918 is #CFA6E7. Grayscale: #454545. Windows color (decimal): -13608680 or 1595696. OLE color: 1595696.

HSL color Cylindrical-coordinate representation of color #305918: hue angle of 97.85º degrees, saturation: 0.58, 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 #305918 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 24 -
CMYK 0.46 0 0.73 0.65
HSL 97.85º 0.58% 0.22% -
HSV(B) 97.85º 0.73% 0.35% -
XYZ 4.96 7.84 2.12 -
YUV 69.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 48 89 24 0.46 0 0.73 0.65 97.85 0.58 0.22
Hex 30 59 18 2E 0 49 41 62 3A 16
Octal 60 131 30 56 0 111 101 142 72 26
Binary 110000 1011001 11000 101110 0 1001001 1000001 1100010 111010 10110

Color Harmonies of #305918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305918

Black with #305918

Text Example


Text Example

White with #305918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305918; }

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

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

background-color css

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

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

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

border-color css

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

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

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