Html Css Color HEX #305219 Palm Leaf

📋 copy color: '#305219'

red 48 ◦ green 82 ◦ blue 25

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

Shades of Palm Leaf #305219

Tints of Palm Leaf #305219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

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

R = 30.97%
G = 52.9%
B = 16.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#305219 (or 0x305219) is known color: Palm Leaf. HEX triplet: 30, 52 and 19. RGB value is (48,82,25). Sum of RGB (Red+Green+Blue) = 48+82+25=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #305219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305219 is #CFADE6. Grayscale: #414141. Windows color (decimal): -13610471 or 1659440. OLE color: 1659440.

HSL color Cylindrical-coordinate representation of color #305219: hue angle of 95.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305219 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 25 -
CMYK 0.41 0 0.70 0.68
HSL 95.79º 0.53% 0.21% -
HSV(B) 95.79º 0.7% 0.32% -
XYZ 4.41 6.73 1.99 -
YUV 65.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 48 82 25 0.41 0 0.70 0.68 95.79 0.53 0.21
Hex 30 52 19 29 0 46 44 60 35 15
Octal 60 122 31 51 0 106 104 140 65 25
Binary 110000 1010010 11001 101001 0 1000110 1000100 1100000 110101 10101

Color Harmonies of #305219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305219

Black with #305219

Text Example


Text Example

White with #305219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305219; }

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

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

background-color css

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

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

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

border-color css

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

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

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