Html Css Color HEX #30562B Palm Leaf

📋 copy color: '#30562B'

red 48 ◦ green 86 ◦ blue 43

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

Shades of Palm Leaf #30562B

Tints of Palm Leaf #30562B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 27.12%
G = 48.59%
B = 24.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#30562B (or 0x30562B) is known color: Palm Leaf. HEX triplet: 30, 56 and 2B. RGB value is (48,86,43). Sum of RGB (Red+Green+Blue) = 48+86+43=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #30562B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30562B is #CFA9D4. Grayscale: #454545. Windows color (decimal): -13609429 or 2840112. OLE color: 2840112.

HSL color Cylindrical-coordinate representation of color #30562B: hue angle of 113.02º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30562B is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 43 -
CMYK 0.44 0 0.50 0.66
HSL 113.02º 0.33% 0.25% -
HSV(B) 113.02º 0.5% 0.34% -
XYZ 4.98 7.46 3.46 -
YUV 69.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 48 86 43 0.44 0 0.50 0.66 113.02 0.33 0.25
Hex 30 56 2B 2C 0 32 42 71 21 19
Octal 60 126 53 54 0 62 102 161 41 31
Binary 110000 1010110 101011 101100 0 110010 1000010 1110001 100001 11001

Color Harmonies of #30562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30562B

Black with #30562B

Text Example


Text Example

White with #30562B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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