Html Css Color HEX #30511C Palm Leaf

📋 copy color: '#30511C'

red 48 ◦ green 81 ◦ blue 28

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

Shades of Palm Leaf #30511C

Tints of Palm Leaf #30511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.59%

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

R = 30.57%
G = 51.59%
B = 17.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#30511C (or 0x30511C) is known color: Palm Leaf. HEX triplet: 30, 51 and 1C. RGB value is (48,81,28). Sum of RGB (Red+Green+Blue) = 48+81+28=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #30511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30511C is #CFAEE3. Grayscale: #414141. Windows color (decimal): -13610724 or 1855792. OLE color: 1855792.

HSL color Cylindrical-coordinate representation of color #30511C: hue angle of 97.36º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30511C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 28 -
CMYK 0.41 0 0.65 0.68
HSL 97.36º 0.49% 0.21% -
HSV(B) 97.36º 0.65% 0.32% -
XYZ 4.37 6.6 2.14 -
YUV 65.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 48 81 28 0.41 0 0.65 0.68 97.36 0.49 0.21
Hex 30 51 1C 29 0 41 44 61 31 15
Octal 60 121 34 51 0 101 104 141 61 25
Binary 110000 1010001 11100 101001 0 1000001 1000100 1100001 110001 10101

Color Harmonies of #30511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30511C

Black with #30511C

Text Example


Text Example

White with #30511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30511C; }

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

 H1.HeaderClassName
 {
   color: #30511C;
 }
 .AnyTagClassName
 {
   color: #30511C;
 }
</style>

background-color css

<style>
 a { background-color: #30511C; }

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

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

border-color css

<style>
 span { border-color: #30511C; }

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

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