Html Css Color HEX #30561B Palm Leaf

📋 copy color: '#30561B'

red 48 ◦ green 86 ◦ blue 27

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

Shades of Palm Leaf #30561B

Tints of Palm Leaf #30561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 29.81%
G = 53.42%
B = 16.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#30561B (or 0x30561B) is known color: Palm Leaf. HEX triplet: 30, 56 and 1B. RGB value is (48,86,27). Sum of RGB (Red+Green+Blue) = 48+86+27=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #30561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30561B is #CFA9E4. Grayscale: #444444. Windows color (decimal): -13609445 or 1791536. OLE color: 1791536.

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

Color convert

RGB 48 86 27 -
CMYK 0.44 0 0.69 0.66
HSL 98.64º 0.52% 0.22% -
HSV(B) 98.64º 0.69% 0.34% -
XYZ 4.74 7.36 2.21 -
YUV 67.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 48 86 27 0.44 0 0.69 0.66 98.64 0.52 0.22
Hex 30 56 1B 2C 0 45 42 63 34 16
Octal 60 126 33 54 0 105 102 143 64 26
Binary 110000 1010110 11011 101100 0 1000101 1000010 1100011 110100 10110

Color Harmonies of #30561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30561B

Black with #30561B

Text Example


Text Example

White with #30561B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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