Html Css Color HEX #305919 Palm Leaf

📋 copy color: '#305919'

red 48 ◦ green 89 ◦ blue 25

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

Shades of Palm Leaf #305919

Tints of Palm Leaf #305919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 29.63%
G = 54.94%
B = 15.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#305919 (or 0x305919) is known color: Palm Leaf. HEX triplet: 30, 59 and 19. RGB value is (48,89,25). Sum of RGB (Red+Green+Blue) = 48+89+25=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #305919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305919 is #CFA6E6. Grayscale: #454545. Windows color (decimal): -13608679 or 1661232. OLE color: 1661232.

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

Color convert

RGB 48 89 25 -
CMYK 0.46 0 0.72 0.65
HSL 98.44º 0.56% 0.22% -
HSV(B) 98.44º 0.72% 0.35% -
XYZ 4.97 7.84 2.17 -
YUV 69.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 48 89 25 0.46 0 0.72 0.65 98.44 0.56 0.22
Hex 30 59 19 2E 0 48 41 62 38 16
Octal 60 131 31 56 0 110 101 142 70 26
Binary 110000 1011001 11001 101110 0 1001000 1000001 1100010 111000 10110

Color Harmonies of #305919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305919

Black with #305919

Text Example


Text Example

White with #305919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305919; }

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

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

background-color css

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

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

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

border-color css

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

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

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