Html Css Color HEX #305A1C Palm Leaf

📋 copy color: '#305A1C'

red 48 ◦ green 90 ◦ blue 28

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

Shades of Palm Leaf #305A1C

Tints of Palm Leaf #305A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 28.92%
G = 54.22%
B = 16.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#305A1C (or 0x305A1C) is known color: Palm Leaf. HEX triplet: 30, 5A and 1C. RGB value is (48,90,28). Sum of RGB (Red+Green+Blue) = 48+90+28=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #305A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A1C is #CFA5E3. Grayscale: #464646. Windows color (decimal): -13608420 or 1858096. OLE color: 1858096.

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

Color convert

RGB 48 90 28 -
CMYK 0.47 0 0.69 0.65
HSL 100.65º 0.53% 0.23% -
HSV(B) 100.65º 0.69% 0.35% -
XYZ 5.08 8.02 2.38 -
YUV 70.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 48 90 28 0.47 0 0.69 0.65 100.65 0.53 0.23
Hex 30 5A 1C 2F 0 45 41 65 35 17
Octal 60 132 34 57 0 105 101 145 65 27
Binary 110000 1011010 11100 101111 0 1000101 1000001 1100101 110101 10111

Color Harmonies of #305A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A1C

Black with #305A1C

Text Example


Text Example

White with #305A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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