Html Css Color HEX #30541D Palm Leaf

📋 copy color: '#30541D'

red 48 ◦ green 84 ◦ blue 29

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

Shades of Palm Leaf #30541D

Tints of Palm Leaf #30541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 29.81%
G = 52.17%
B = 18.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#30541D (or 0x30541D) is known color: Palm Leaf. HEX triplet: 30, 54 and 1D. RGB value is (48,84,29). Sum of RGB (Red+Green+Blue) = 48+84+29=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #30541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30541D is #CFABE2. Grayscale: #434343. Windows color (decimal): -13609955 or 1922096. OLE color: 1922096.

HSL color Cylindrical-coordinate representation of color #30541D: hue angle of 99.27º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30541D is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 29 -
CMYK 0.43 0 0.65 0.67
HSL 99.27º 0.49% 0.22% -
HSV(B) 99.27º 0.65% 0.33% -
XYZ 4.61 7.06 2.28 -
YUV 66.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 48 84 29 0.43 0 0.65 0.67 99.27 0.49 0.22
Hex 30 54 1D 2B 0 41 43 63 31 16
Octal 60 124 35 53 0 101 103 143 61 26
Binary 110000 1010100 11101 101011 0 1000001 1000011 1100011 110001 10110

Color Harmonies of #30541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30541D

Black with #30541D

Text Example


Text Example

White with #30541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30541D; }

 p { color: rgb(48,84,29); }

 H1.HeaderClassName
 {
   color: #30541D;
 }
 .AnyTagClassName
 {
   color: #30541D;
 }
</style>

background-color css

<style>
 a { background-color: #30541D; }

 a { background-color: rgb(48,84,29); }

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

border-color css

<style>
 span { border-color: #30541D; }

 span { border-color: rgb(48,84,29); }

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