Html Css Color HEX #304523 Palm Leaf

📋 copy color: '#304523'

red 48 ◦ green 69 ◦ blue 35

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

Shades of Palm Leaf #304523

Tints of Palm Leaf #304523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

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

R = 31.58%
G = 45.39%
B = 23.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#304523 (or 0x304523) is known color: Palm Leaf. HEX triplet: 30, 45 and 23. RGB value is (48,69,35). Sum of RGB (Red+Green+Blue) = 48+69+35=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #304523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304523 is #CFBADC. Grayscale: #3A3A3A. Windows color (decimal): -13613789 or 2311472. OLE color: 2311472.

HSL color Cylindrical-coordinate representation of color #304523: hue angle of 97.06º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #304523 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 35 -
CMYK 0.30 0 0.49 0.73
HSL 97.06º 0.33% 0.2% -
HSV(B) 97.06º 0.49% 0.27% -
XYZ 3.65 5.01 2.36 -
YUV 58.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 48 69 35 0.30 0 0.49 0.73 97.06 0.33 0.2
Hex 30 45 23 1E 0 31 49 61 21 14
Octal 60 105 43 36 0 61 111 141 41 24
Binary 110000 1000101 100011 11110 0 110001 1001001 1100001 100001 10100

Color Harmonies of #304523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304523

Black with #304523

Text Example


Text Example

White with #304523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304523; }

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

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

background-color css

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

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

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

border-color css

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

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

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