Html Css Color HEX #305713 Palm Leaf

📋 copy color: '#305713'

red 48 ◦ green 87 ◦ blue 19

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

Shades of Palm Leaf #305713

Tints of Palm Leaf #305713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 56.49%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 31.17%
G = 56.49%
B = 12.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#305713 (or 0x305713) is known color: Palm Leaf. HEX triplet: 30, 57 and 13. RGB value is (48,87,19). Sum of RGB (Red+Green+Blue) = 48+87+19=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #305713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305713 is #CFA8EC. Grayscale: #434343. Windows color (decimal): -13609197 or 1267504. OLE color: 1267504.

HSL color Cylindrical-coordinate representation of color #305713: hue angle of 94.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305713 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 19 -
CMYK 0.45 0 0.78 0.66
HSL 94.41º 0.64% 0.21% -
HSV(B) 94.41º 0.78% 0.34% -
XYZ 4.74 7.49 1.81 -
YUV 67.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 48 87 19 0.45 0 0.78 0.66 94.41 0.64 0.21
Hex 30 57 13 2D 0 4E 42 5E 40 15
Octal 60 127 23 55 0 116 102 136 100 25
Binary 110000 1010111 10011 101101 0 1001110 1000010 1011110 1000000 10101

Color Harmonies of #305713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305713

Black with #305713

Text Example


Text Example

White with #305713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305713; }

 p { color: rgb(48,87,19); }

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

background-color css

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

 a { background-color: rgb(48,87,19); }

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

border-color css

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

 span { border-color: rgb(48,87,19); }

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