Html Css Color HEX #305326 Palm Leaf

📋 copy color: '#305326'

red 48 ◦ green 83 ◦ blue 38

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

Shades of Palm Leaf #305326

Tints of Palm Leaf #305326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 28.4%
G = 49.11%
B = 22.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#305326 (or 0x305326) is known color: Palm Leaf. HEX triplet: 30, 53 and 26. RGB value is (48,83,38). Sum of RGB (Red+Green+Blue) = 48+83+38=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #305326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305326 is #CFACD9. Grayscale: #434343. Windows color (decimal): -13610202 or 2511664. OLE color: 2511664.

HSL color Cylindrical-coordinate representation of color #305326: hue angle of 106.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305326 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 38 -
CMYK 0.42 0 0.54 0.67
HSL 106.67º 0.37% 0.24% -
HSV(B) 106.67º 0.54% 0.33% -
XYZ 4.66 6.95 2.93 -
YUV 67.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 48 83 38 0.42 0 0.54 0.67 106.67 0.37 0.24
Hex 30 53 26 2A 0 36 43 6B 25 18
Octal 60 123 46 52 0 66 103 153 45 30
Binary 110000 1010011 100110 101010 0 110110 1000011 1101011 100101 11000

Color Harmonies of #305326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305326

Black with #305326

Text Example


Text Example

White with #305326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305326; }

 p { color: rgb(48,83,38); }

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

background-color css

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

 a { background-color: rgb(48,83,38); }

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

border-color css

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

 span { border-color: rgb(48,83,38); }

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