Html Css Color HEX #305816 Palm Leaf

📋 copy color: '#305816'

red 48 ◦ green 88 ◦ blue 22

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

Shades of Palm Leaf #305816

Tints of Palm Leaf #305816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.7%

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

R = 30.38%
G = 55.7%
B = 13.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#305816 (or 0x305816) is known color: Palm Leaf. HEX triplet: 30, 58 and 16. RGB value is (48,88,22). Sum of RGB (Red+Green+Blue) = 48+88+22=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #305816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305816 is #CFA7E9. Grayscale: #444444. Windows color (decimal): -13608938 or 1464368. OLE color: 1464368.

HSL color Cylindrical-coordinate representation of color #305816: hue angle of 96.36º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305816 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 22 -
CMYK 0.45 0 0.75 0.65
HSL 96.36º 0.6% 0.22% -
HSV(B) 96.36º 0.75% 0.35% -
XYZ 4.85 7.67 1.98 -
YUV 68.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 48 88 22 0.45 0 0.75 0.65 96.36 0.6 0.22
Hex 30 58 16 2D 0 4B 41 60 3C 16
Octal 60 130 26 55 0 113 101 140 74 26
Binary 110000 1011000 10110 101101 0 1001011 1000001 1100000 111100 10110

Color Harmonies of #305816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305816

Black with #305816

Text Example


Text Example

White with #305816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305816; }

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

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

background-color css

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

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

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

border-color css

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

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

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