Html Css Color HEX #304C20 Palm Leaf

📋 copy color: '#304C20'

red 48 ◦ green 76 ◦ blue 32

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

Shades of Palm Leaf #304C20

Tints of Palm Leaf #304C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.72%

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 30.77%
G = 48.72%
B = 20.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#304C20 (or 0x304C20) is known color: Palm Leaf. HEX triplet: 30, 4C and 20. RGB value is (48,76,32). Sum of RGB (Red+Green+Blue) = 48+76+32=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #304C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C20 is #CFB3DF. Grayscale: #3E3E3E. Windows color (decimal): -13612000 or 2116656. OLE color: 2116656.

HSL color Cylindrical-coordinate representation of color #304C20: hue angle of 98.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304C20 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 32 -
CMYK 0.37 0 0.58 0.70
HSL 98.18º 0.41% 0.21% -
HSV(B) 98.18º 0.58% 0.3% -
XYZ 4.06 5.9 2.29 -
YUV 62.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 48 76 32 0.37 0 0.58 0.70 98.18 0.41 0.21
Hex 30 4C 20 25 0 3A 46 62 29 15
Octal 60 114 40 45 0 72 106 142 51 25
Binary 110000 1001100 100000 100101 0 111010 1000110 1100010 101001 10101

Color Harmonies of #304C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C20

Black with #304C20

Text Example


Text Example

White with #304C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C20; }

 p { color: rgb(48,76,32); }

 H1.HeaderClassName
 {
   color: #304C20;
 }
 .AnyTagClassName
 {
   color: #304C20;
 }
</style>

background-color css

<style>
 a { background-color: #304C20; }

 a { background-color: rgb(48,76,32); }

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

border-color css

<style>
 span { border-color: #304C20; }

 span { border-color: rgb(48,76,32); }

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