Html Css Color HEX #305319 Palm Leaf

📋 copy color: '#305319'

red 48 ◦ green 83 ◦ blue 25

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

Shades of Palm Leaf #305319

Tints of Palm Leaf #305319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

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

R = 30.77%
G = 53.21%
B = 16.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#305319 (or 0x305319) is known color: Palm Leaf. HEX triplet: 30, 53 and 19. RGB value is (48,83,25). Sum of RGB (Red+Green+Blue) = 48+83+25=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #305319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305319 is #CFACE6. Grayscale: #424242. Windows color (decimal): -13610215 or 1659696. OLE color: 1659696.

HSL color Cylindrical-coordinate representation of color #305319: hue angle of 96.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305319 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 25 -
CMYK 0.42 0 0.70 0.67
HSL 96.21º 0.54% 0.21% -
HSV(B) 96.21º 0.7% 0.33% -
XYZ 4.49 6.89 2.01 -
YUV 65.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 48 83 25 0.42 0 0.70 0.67 96.21 0.54 0.21
Hex 30 53 19 2A 0 46 43 60 36 15
Octal 60 123 31 52 0 106 103 140 66 25
Binary 110000 1010011 11001 101010 0 1000110 1000011 1100000 110110 10101

Color Harmonies of #305319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305319

Black with #305319

Text Example


Text Example

White with #305319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305319; }

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

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

background-color css

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

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

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

border-color css

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

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

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