Html Css Color HEX #304823 Palm Leaf

📋 copy color: '#304823'

red 48 ◦ green 72 ◦ blue 35

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

Shades of Palm Leaf #304823

Tints of Palm Leaf #304823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 30.97%
G = 46.45%
B = 22.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#304823 (or 0x304823) is known color: Palm Leaf. HEX triplet: 30, 48 and 23. RGB value is (48,72,35). Sum of RGB (Red+Green+Blue) = 48+72+35=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #304823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304823 is #CFB7DC. Grayscale: #3C3C3C. Windows color (decimal): -13613021 or 2312240. OLE color: 2312240.

HSL color Cylindrical-coordinate representation of color #304823: hue angle of 98.92º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304823 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 35 -
CMYK 0.33 0 0.51 0.72
HSL 98.92º 0.35% 0.21% -
HSV(B) 98.92º 0.51% 0.28% -
XYZ 3.84 5.38 2.43 -
YUV 60.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 48 72 35 0.33 0 0.51 0.72 98.92 0.35 0.21
Hex 30 48 23 21 0 33 48 63 23 15
Octal 60 110 43 41 0 63 110 143 43 25
Binary 110000 1001000 100011 100001 0 110011 1001000 1100011 100011 10101

Color Harmonies of #304823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304823

Black with #304823

Text Example


Text Example

White with #304823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304823; }

 p { color: rgb(48,72,35); }

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

background-color css

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

 a { background-color: rgb(48,72,35); }

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

border-color css

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

 span { border-color: rgb(48,72,35); }

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