Html Css Color HEX #30432A Palm Leaf

📋 copy color: '#30432A'

red 48 ◦ green 67 ◦ blue 42

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

Shades of Palm Leaf #30432A

Tints of Palm Leaf #30432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 30.57%
G = 42.68%
B = 26.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.74

RGB Variations

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

Color information

#30432A (or 0x30432A) is known color: Palm Leaf. HEX triplet: 30, 43 and 2A. RGB value is (48,67,42). Sum of RGB (Red+Green+Blue) = 48+67+42=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #30432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432A is #CFBCD5. Grayscale: #3A3A3A. Windows color (decimal): -13614294 or 2769712. OLE color: 2769712.

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

Color convert

RGB 48 67 42 -
CMYK 0.28 0 0.37 0.74
HSL 105.6º 0.23% 0.21% -
HSV(B) 105.6º 0.37% 0.26% -
XYZ 3.64 4.81 2.93 -
YUV 58.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 48 67 42 0.28 0 0.37 0.74 105.6 0.23 0.21
Hex 30 43 2A 1C 0 25 4A 6A 17 15
Octal 60 103 52 34 0 45 112 152 27 25
Binary 110000 1000011 101010 11100 0 100101 1001010 1101010 10111 10101

Color Harmonies of #30432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30432A

Black with #30432A

Text Example


Text Example

White with #30432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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