Html Css Color HEX #304920 Palm Leaf

📋 copy color: '#304920'

red 48 ◦ green 73 ◦ blue 32

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

Shades of Palm Leaf #304920

Tints of Palm Leaf #304920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.71%

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

R = 31.37%
G = 47.71%
B = 20.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#304920 (or 0x304920) is known color: Palm Leaf. HEX triplet: 30, 49 and 20. RGB value is (48,73,32). Sum of RGB (Red+Green+Blue) = 48+73+32=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #304920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304920 is #CFB6DF. Grayscale: #3C3C3C. Windows color (decimal): -13612768 or 2115888. OLE color: 2115888.

HSL color Cylindrical-coordinate representation of color #304920: hue angle of 96.59º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304920 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 32 -
CMYK 0.34 0 0.56 0.71
HSL 96.59º 0.39% 0.21% -
HSV(B) 96.59º 0.56% 0.29% -
XYZ 3.86 5.5 2.22 -
YUV 60.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 48 73 32 0.34 0 0.56 0.71 96.59 0.39 0.21
Hex 30 49 20 22 0 38 47 61 27 15
Octal 60 111 40 42 0 70 107 141 47 25
Binary 110000 1001001 100000 100010 0 111000 1000111 1100001 100111 10101

Color Harmonies of #304920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304920

Black with #304920

Text Example


Text Example

White with #304920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304920; }

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

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

background-color css

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

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

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

border-color css

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

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

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