Html Css Color HEX #305824 Palm Leaf

📋 copy color: '#305824'

red 48 ◦ green 88 ◦ blue 36

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

Shades of Palm Leaf #305824

Tints of Palm Leaf #305824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 27.91%
G = 51.16%
B = 20.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#305824 (or 0x305824) is known color: Palm Leaf. HEX triplet: 30, 58 and 24. RGB value is (48,88,36). Sum of RGB (Red+Green+Blue) = 48+88+36=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #305824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305824 is #CFA7DB. Grayscale: #464646. Windows color (decimal): -13608924 or 2381872. OLE color: 2381872.

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

Color convert

RGB 48 88 36 -
CMYK 0.45 0 0.59 0.65
HSL 106.15º 0.42% 0.24% -
HSV(B) 106.15º 0.59% 0.35% -
XYZ 5.03 7.74 2.9 -
YUV 70.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 48 88 36 0.45 0 0.59 0.65 106.15 0.42 0.24
Hex 30 58 24 2D 0 3B 41 6A 2A 18
Octal 60 130 44 55 0 73 101 152 52 30
Binary 110000 1011000 100100 101101 0 111011 1000001 1101010 101010 11000

Color Harmonies of #305824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305824

Black with #305824

Text Example


Text Example

White with #305824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305824; }

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

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

background-color css

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

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

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

border-color css

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

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

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