Html Css Color HEX #305D16 Palm Leaf

📋 copy color: '#305D16'

red 48 ◦ green 93 ◦ blue 22

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

Shades of Palm Leaf #305D16

Tints of Palm Leaf #305D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 57.06%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 29.45%
G = 57.06%
B = 13.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#305D16 (or 0x305D16) is known color: Palm Leaf. HEX triplet: 30, 5D and 16. RGB value is (48,93,22). Sum of RGB (Red+Green+Blue) = 48+93+22=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #305D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D16 is #CFA2E9. Grayscale: #474747. Windows color (decimal): -13607658 or 1465648. OLE color: 1465648.

HSL color Cylindrical-coordinate representation of color #305D16: hue angle of 98.03º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305D16 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 22 -
CMYK 0.48 0 0.76 0.64
HSL 98.03º 0.62% 0.23% -
HSV(B) 98.03º 0.76% 0.36% -
XYZ 5.28 8.52 2.12 -
YUV 71.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 48 93 22 0.48 0 0.76 0.64 98.03 0.62 0.23
Hex 30 5D 16 30 0 4C 40 62 3E 17
Octal 60 135 26 60 0 114 100 142 76 27
Binary 110000 1011101 10110 110000 0 1001100 1000000 1100010 111110 10111

Color Harmonies of #305D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D16

Black with #305D16

Text Example


Text Example

White with #305D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,22); }

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

background-color css

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

 a { background-color: rgb(48,93,22); }

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

border-color css

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

 span { border-color: rgb(48,93,22); }

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