Html Css Color HEX #30561F Palm Leaf

📋 copy color: '#30561F'

red 48 ◦ green 86 ◦ blue 31

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

Shades of Palm Leaf #30561F

Tints of Palm Leaf #30561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 52.12%

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 29.09%
G = 52.12%
B = 18.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#30561F (or 0x30561F) is known color: Palm Leaf. HEX triplet: 30, 56 and 1F. RGB value is (48,86,31). Sum of RGB (Red+Green+Blue) = 48+86+31=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #30561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30561F is #CFA9E0. Grayscale: #444444. Windows color (decimal): -13609441 or 2053680. OLE color: 2053680.

HSL color Cylindrical-coordinate representation of color #30561F: hue angle of 101.45º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30561F is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 31 -
CMYK 0.44 0 0.64 0.66
HSL 101.45º 0.47% 0.23% -
HSV(B) 101.45º 0.64% 0.34% -
XYZ 4.79 7.38 2.47 -
YUV 68.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 48 86 31 0.44 0 0.64 0.66 101.45 0.47 0.23
Hex 30 56 1F 2C 0 40 42 65 2F 17
Octal 60 126 37 54 0 100 102 145 57 27
Binary 110000 1010110 11111 101100 0 1000000 1000010 1100101 101111 10111

Color Harmonies of #30561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30561F

Black with #30561F

Text Example


Text Example

White with #30561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30561F; }

 p { color: rgb(48,86,31); }

 H1.HeaderClassName
 {
   color: #30561F;
 }
 .AnyTagClassName
 {
   color: #30561F;
 }
</style>

background-color css

<style>
 a { background-color: #30561F; }

 a { background-color: rgb(48,86,31); }

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

border-color css

<style>
 span { border-color: #30561F; }

 span { border-color: rgb(48,86,31); }

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