Html Css Color HEX #304326 Palm Leaf

📋 copy color: '#304326'

red 48 ◦ green 67 ◦ blue 38

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

Shades of Palm Leaf #304326

Tints of Palm Leaf #304326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.79%

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

R = 31.37%
G = 43.79%
B = 24.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#304326 (or 0x304326) is known color: Palm Leaf. HEX triplet: 30, 43 and 26. RGB value is (48,67,38). Sum of RGB (Red+Green+Blue) = 48+67+38=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #304326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304326 is #CFBCD9. Grayscale: #3A3A3A. Windows color (decimal): -13614298 or 2507568. OLE color: 2507568.

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

Color convert

RGB 48 67 38 -
CMYK 0.28 0 0.43 0.74
HSL 99.31º 0.28% 0.21% -
HSV(B) 99.31º 0.43% 0.26% -
XYZ 3.58 4.78 2.57 -
YUV 58.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 48 67 38 0.28 0 0.43 0.74 99.31 0.28 0.21
Hex 30 43 26 1C 0 2B 4A 63 1C 15
Octal 60 103 46 34 0 53 112 143 34 25
Binary 110000 1000011 100110 11100 0 101011 1001010 1100011 11100 10101

Color Harmonies of #304326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304326

Black with #304326

Text Example


Text Example

White with #304326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304326; }

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

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

background-color css

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

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

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

border-color css

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

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

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