Html Css Color HEX #305223 Palm Leaf

📋 copy color: '#305223'

red 48 ◦ green 82 ◦ blue 35

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

Shades of Palm Leaf #305223

Tints of Palm Leaf #305223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.7%

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

R = 29.09%
G = 49.7%
B = 21.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#305223 (or 0x305223) is known color: Palm Leaf. HEX triplet: 30, 52 and 23. RGB value is (48,82,35). Sum of RGB (Red+Green+Blue) = 48+82+35=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #305223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305223 is #CFADDC. Grayscale: #424242. Windows color (decimal): -13610461 or 2314800. OLE color: 2314800.

HSL color Cylindrical-coordinate representation of color #305223: hue angle of 103.4º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305223 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 35 -
CMYK 0.41 0 0.57 0.68
HSL 103.4º 0.4% 0.23% -
HSV(B) 103.4º 0.57% 0.32% -
XYZ 4.54 6.78 2.66 -
YUV 66.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 48 82 35 0.41 0 0.57 0.68 103.4 0.4 0.23
Hex 30 52 23 29 0 39 44 67 28 17
Octal 60 122 43 51 0 71 104 147 50 27
Binary 110000 1010010 100011 101001 0 111001 1000100 1100111 101000 10111

Color Harmonies of #305223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305223

Black with #305223

Text Example


Text Example

White with #305223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305223; }

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

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

background-color css

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

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

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

border-color css

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

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

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