Html Css Color HEX #305A14 Palm Leaf

📋 copy color: '#305A14'

red 48 ◦ green 90 ◦ blue 20

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

Shades of Palm Leaf #305A14

Tints of Palm Leaf #305A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 30.38%
G = 56.96%
B = 12.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#305A14 (or 0x305A14) is known color: Palm Leaf. HEX triplet: 30, 5A and 14. RGB value is (48,90,20). Sum of RGB (Red+Green+Blue) = 48+90+20=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #305A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A14 is #CFA5EB. Grayscale: #454545. Windows color (decimal): -13608428 or 1333808. OLE color: 1333808.

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

Color convert

RGB 48 90 20 -
CMYK 0.47 0 0.78 0.65
HSL 96º 0.64% 0.22% -
HSV(B) 96º 0.78% 0.35% -
XYZ 5 7.99 1.94 -
YUV 69.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 48 90 20 0.47 0 0.78 0.65 96 0.64 0.22
Hex 30 5A 14 2F 0 4E 41 60 40 16
Octal 60 132 24 57 0 116 101 140 100 26
Binary 110000 1011010 10100 101111 0 1001110 1000001 1100000 1000000 10110

Color Harmonies of #305A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A14

Black with #305A14

Text Example


Text Example

White with #305A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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