Html Css Color HEX #305F17 Palm Leaf

📋 copy color: '#305F17'

red 48 ◦ green 95 ◦ blue 23

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

Shades of Palm Leaf #305F17

Tints of Palm Leaf #305F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.23%

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

R = 28.92%
G = 57.23%
B = 13.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.63

RGB Variations

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

Color information

#305F17 (or 0x305F17) is known color: Palm Leaf. HEX triplet: 30, 5F and 17. RGB value is (48,95,23). Sum of RGB (Red+Green+Blue) = 48+95+23=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #305F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F17 is #CFA0E8. Grayscale: #484848. Windows color (decimal): -13607145 or 1531696. OLE color: 1531696.

HSL color Cylindrical-coordinate representation of color #305F17: hue angle of 99.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305F17 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 95 23 -
CMYK 0.49 0 0.76 0.63
HSL 99.17º 0.61% 0.23% -
HSV(B) 99.17º 0.76% 0.37% -
XYZ 5.47 8.87 2.24 -
YUV 72.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 48 95 23 0.49 0 0.76 0.63 99.17 0.61 0.23
Hex 30 5F 17 31 0 4C 3F 63 3D 17
Octal 60 137 27 61 0 114 77 143 75 27
Binary 110000 1011111 10111 110001 0 1001100 111111 1100011 111101 10111

Color Harmonies of #305F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F17

Black with #305F17

Text Example


Text Example

White with #305F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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