Html Css Color HEX #30432C Palm Leaf

📋 copy color: '#30432C'

red 48 ◦ green 67 ◦ blue 44

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

Shades of Palm Leaf #30432C

Tints of Palm Leaf #30432C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 30.19%
G = 42.14%
B = 27.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.74

RGB Variations

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

Color information

#30432C (or 0x30432C) is known color: Palm Leaf. HEX triplet: 30, 43 and 2C. RGB value is (48,67,44). Sum of RGB (Red+Green+Blue) = 48+67+44=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #30432C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432C is #CFBCD3. Grayscale: #3A3A3A. Windows color (decimal): -13614292 or 2900784. OLE color: 2900784.

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

Color convert

RGB 48 67 44 -
CMYK 0.28 0 0.34 0.74
HSL 109.57º 0.21% 0.22% -
HSV(B) 109.57º 0.34% 0.26% -
XYZ 3.68 4.82 3.12 -
YUV 58.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 48 67 44 0.28 0 0.34 0.74 109.57 0.21 0.22
Hex 30 43 2C 1C 0 22 4A 6E 15 16
Octal 60 103 54 34 0 42 112 156 25 26
Binary 110000 1000011 101100 11100 0 100010 1001010 1101110 10101 10110

Color Harmonies of #30432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30432C

Black with #30432C

Text Example


Text Example

White with #30432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30432C; }

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

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

background-color css

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

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

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

border-color css

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

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

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