Html Css Color HEX #305A17 Palm Leaf

📋 copy color: '#305A17'

red 48 ◦ green 90 ◦ blue 23

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

Shades of Palm Leaf #305A17

Tints of Palm Leaf #305A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 29.81%
G = 55.9%
B = 14.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#305A17 (or 0x305A17) is known color: Palm Leaf. HEX triplet: 30, 5A and 17. RGB value is (48,90,23). Sum of RGB (Red+Green+Blue) = 48+90+23=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #305A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A17 is #CFA5E8. Grayscale: #464646. Windows color (decimal): -13608425 or 1530416. OLE color: 1530416.

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

Color convert

RGB 48 90 23 -
CMYK 0.47 0 0.74 0.65
HSL 97.61º 0.59% 0.22% -
HSV(B) 97.61º 0.74% 0.35% -
XYZ 5.03 8 2.09 -
YUV 69.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 48 90 23 0.47 0 0.74 0.65 97.61 0.59 0.22
Hex 30 5A 17 2F 0 4A 41 62 3B 16
Octal 60 132 27 57 0 112 101 142 73 26
Binary 110000 1011010 10111 101111 0 1001010 1000001 1100010 111011 10110

Color Harmonies of #305A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A17

Black with #305A17

Text Example


Text Example

White with #305A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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