Html Css Color HEX #304225 Palm Leaf

📋 copy color: '#304225'

red 48 ◦ green 66 ◦ blue 37

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

Shades of Palm Leaf #304225

Tints of Palm Leaf #304225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 31.79%
G = 43.71%
B = 24.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#304225 (or 0x304225) is known color: Palm Leaf. HEX triplet: 30, 42 and 25. RGB value is (48,66,37). Sum of RGB (Red+Green+Blue) = 48+66+37=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #304225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304225 is #CFBDDA. Grayscale: #393939. Windows color (decimal): -13614555 or 2441776. OLE color: 2441776.

HSL color Cylindrical-coordinate representation of color #304225: hue angle of 97.24º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304225 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 37 -
CMYK 0.27 0 0.44 0.74
HSL 97.24º 0.28% 0.2% -
HSV(B) 97.24º 0.44% 0.26% -
XYZ 3.5 4.66 2.46 -
YUV 57.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 48 66 37 0.27 0 0.44 0.74 97.24 0.28 0.2
Hex 30 42 25 1B 0 2C 4A 61 1C 14
Octal 60 102 45 33 0 54 112 141 34 24
Binary 110000 1000010 100101 11011 0 101100 1001010 1100001 11100 10100

Color Harmonies of #304225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304225

Black with #304225

Text Example


Text Example

White with #304225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304225; }

 p { color: rgb(48,66,37); }

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

background-color css

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

 a { background-color: rgb(48,66,37); }

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

border-color css

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

 span { border-color: rgb(48,66,37); }

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