Html Css Color HEX #305A11 Palm Leaf

📋 copy color: '#305A11'

red 48 ◦ green 90 ◦ blue 17

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

Shades of Palm Leaf #305A11

Tints of Palm Leaf #305A11

RGB

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

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

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

R = 30.97%
G = 58.06%
B = 10.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#305A11 (or 0x305A11) is known color: Palm Leaf. HEX triplet: 30, 5A and 11. RGB value is (48,90,17). Sum of RGB (Red+Green+Blue) = 48+90+17=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #305A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A11 is #CFA5EE. Grayscale: #454545. Windows color (decimal): -13608431 or 1137200. OLE color: 1137200.

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

Color convert

RGB 48 90 17 -
CMYK 0.47 0 0.81 0.65
HSL 94.52º 0.68% 0.21% -
HSV(B) 94.52º 0.81% 0.35% -
XYZ 4.98 7.98 1.81 -
YUV 69.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 48 90 17 0.47 0 0.81 0.65 94.52 0.68 0.21
Hex 30 5A 11 2F 0 51 41 5F 44 15
Octal 60 132 21 57 0 121 101 137 104 25
Binary 110000 1011010 10001 101111 0 1010001 1000001 1011111 1000100 10101

Color Harmonies of #305A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A11

Black with #305A11

Text Example


Text Example

White with #305A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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