Html Css Color HEX #305D11 Palm Leaf

📋 copy color: '#305D11'

red 48 ◦ green 93 ◦ blue 17

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

Shades of Palm Leaf #305D11

Tints of Palm Leaf #305D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 30.38%
G = 58.86%
B = 10.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#305D11 (or 0x305D11) is known color: Palm Leaf. HEX triplet: 30, 5D and 11. RGB value is (48,93,17). Sum of RGB (Red+Green+Blue) = 48+93+17=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #305D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D11 is #CFA2EE. Grayscale: #474747. Windows color (decimal): -13607663 or 1137968. OLE color: 1137968.

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

Color convert

RGB 48 93 17 -
CMYK 0.48 0 0.82 0.64
HSL 95.53º 0.69% 0.22% -
HSV(B) 95.53º 0.82% 0.36% -
XYZ 5.23 8.5 1.89 -
YUV 70.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 48 93 17 0.48 0 0.82 0.64 95.53 0.69 0.22
Hex 30 5D 11 30 0 52 40 60 45 16
Octal 60 135 21 60 0 122 100 140 105 26
Binary 110000 1011101 10001 110000 0 1010010 1000000 1100000 1000101 10110

Color Harmonies of #305D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D11

Black with #305D11

Text Example


Text Example

White with #305D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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