Html Css Color HEX #305A13 Palm Leaf

📋 copy color: '#305A13'

red 48 ◦ green 90 ◦ blue 19

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

Shades of Palm Leaf #305A13

Tints of Palm Leaf #305A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 57.32%

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

R = 30.57%
G = 57.32%
B = 12.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#305A13 (or 0x305A13) is known color: Palm Leaf. HEX triplet: 30, 5A and 13. RGB value is (48,90,19). Sum of RGB (Red+Green+Blue) = 48+90+19=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #305A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A13 is #CFA5EC. Grayscale: #454545. Windows color (decimal): -13608429 or 1268272. OLE color: 1268272.

HSL color Cylindrical-coordinate representation of color #305A13: hue angle of 95.49º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305A13 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 19 -
CMYK 0.47 0 0.79 0.65
HSL 95.49º 0.65% 0.21% -
HSV(B) 95.49º 0.79% 0.35% -
XYZ 4.99 7.99 1.89 -
YUV 69.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 48 90 19 0.47 0 0.79 0.65 95.49 0.65 0.21
Hex 30 5A 13 2F 0 4F 41 5F 41 15
Octal 60 132 23 57 0 117 101 137 101 25
Binary 110000 1011010 10011 101111 0 1001111 1000001 1011111 1000001 10101

Color Harmonies of #305A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A13

Black with #305A13

Text Example


Text Example

White with #305A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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