Html Css Color HEX #30551E Palm Leaf

📋 copy color: '#30551E'

red 48 ◦ green 85 ◦ blue 30

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

Shades of Palm Leaf #30551E

Tints of Palm Leaf #30551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.15%

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 29.45%
G = 52.15%
B = 18.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#30551E (or 0x30551E) is known color: Palm Leaf. HEX triplet: 30, 55 and 1E. RGB value is (48,85,30). Sum of RGB (Red+Green+Blue) = 48+85+30=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #30551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30551E is #CFAAE1. Grayscale: #434343. Windows color (decimal): -13609698 or 1987888. OLE color: 1987888.

HSL color Cylindrical-coordinate representation of color #30551E: hue angle of 100.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30551E is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 30 -
CMYK 0.44 0 0.65 0.67
HSL 100.36º 0.48% 0.23% -
HSV(B) 100.36º 0.65% 0.33% -
XYZ 4.7 7.22 2.37 -
YUV 67.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 48 85 30 0.44 0 0.65 0.67 100.36 0.48 0.23
Hex 30 55 1E 2C 0 41 43 64 30 17
Octal 60 125 36 54 0 101 103 144 60 27
Binary 110000 1010101 11110 101100 0 1000001 1000011 1100100 110000 10111

Color Harmonies of #30551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30551E

Black with #30551E

Text Example


Text Example

White with #30551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30551E; }

 p { color: rgb(48,85,30); }

 H1.HeaderClassName
 {
   color: #30551E;
 }
 .AnyTagClassName
 {
   color: #30551E;
 }
</style>

background-color css

<style>
 a { background-color: #30551E; }

 a { background-color: rgb(48,85,30); }

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

border-color css

<style>
 span { border-color: #30551E; }

 span { border-color: rgb(48,85,30); }

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