Html Css Color HEX #305518 Palm Leaf

📋 copy color: '#305518'

red 48 ◦ green 85 ◦ blue 24

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

Shades of Palm Leaf #305518

Tints of Palm Leaf #305518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.14%

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

R = 30.57%
G = 54.14%
B = 15.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#305518 (or 0x305518) is known color: Palm Leaf. HEX triplet: 30, 55 and 18. RGB value is (48,85,24). Sum of RGB (Red+Green+Blue) = 48+85+24=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #305518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305518 is #CFAAE7. Grayscale: #434343. Windows color (decimal): -13609704 or 1594672. OLE color: 1594672.

HSL color Cylindrical-coordinate representation of color #305518: hue angle of 96.39º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305518 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 24 -
CMYK 0.44 0 0.72 0.67
HSL 96.39º 0.56% 0.21% -
HSV(B) 96.39º 0.72% 0.33% -
XYZ 4.63 7.19 2.01 -
YUV 66.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 48 85 24 0.44 0 0.72 0.67 96.39 0.56 0.21
Hex 30 55 18 2C 0 48 43 60 38 15
Octal 60 125 30 54 0 110 103 140 70 25
Binary 110000 1010101 11000 101100 0 1001000 1000011 1100000 111000 10101

Color Harmonies of #305518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305518

Black with #305518

Text Example


Text Example

White with #305518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305518; }

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

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

background-color css

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

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

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

border-color css

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

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

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