Html Css Color HEX #305E14 Palm Leaf

📋 copy color: '#305E14'

red 48 ◦ green 94 ◦ blue 20

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

Shades of Palm Leaf #305E14

Tints of Palm Leaf #305E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 58.02%

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

R = 29.63%
G = 58.02%
B = 12.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#305E14 (or 0x305E14) is known color: Palm Leaf. HEX triplet: 30, 5E and 14. RGB value is (48,94,20). Sum of RGB (Red+Green+Blue) = 48+94+20=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 94 (37.11% from 255 or 58.02% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 94 - color contains mainly: green. Hex color #305E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305E14 is #CFA1EB. Grayscale: #484848. Windows color (decimal): -13607404 or 1334832. OLE color: 1334832.

HSL color Cylindrical-coordinate representation of color #305E14: hue angle of 97.3º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305E14 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 94 20 -
CMYK 0.49 0 0.79 0.63
HSL 97.3º 0.65% 0.22% -
HSV(B) 97.3º 0.79% 0.37% -
XYZ 5.35 8.68 2.06 -
YUV 71.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 48 94 20 0.49 0 0.79 0.63 97.3 0.65 0.22
Hex 30 5E 14 31 0 4F 3F 61 41 16
Octal 60 136 24 61 0 117 77 141 101 26
Binary 110000 1011110 10100 110001 0 1001111 111111 1100001 1000001 10110

Color Harmonies of #305E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E14

Black with #305E14

Text Example


Text Example

White with #305E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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