Html Css Color HEX #30432B Palm Leaf

📋 copy color: '#30432B'

red 48 ◦ green 67 ◦ blue 43

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

Shades of Palm Leaf #30432B

Tints of Palm Leaf #30432B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 30.38%
G = 42.41%
B = 27.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#30432B (or 0x30432B) is known color: Palm Leaf. HEX triplet: 30, 43 and 2B. RGB value is (48,67,43). Sum of RGB (Red+Green+Blue) = 48+67+43=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #30432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432B is #CFBCD4. Grayscale: #3A3A3A. Windows color (decimal): -13614293 or 2835248. OLE color: 2835248.

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

Color convert

RGB 48 67 43 -
CMYK 0.28 0 0.36 0.74
HSL 107.5º 0.22% 0.22% -
HSV(B) 107.5º 0.36% 0.26% -
XYZ 3.66 4.82 3.02 -
YUV 58.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 48 67 43 0.28 0 0.36 0.74 107.5 0.22 0.22
Hex 30 43 2B 1C 0 24 4A 6C 16 16
Octal 60 103 53 34 0 44 112 154 26 26
Binary 110000 1000011 101011 11100 0 100100 1001010 1101100 10110 10110

Color Harmonies of #30432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30432B

Black with #30432B

Text Example


Text Example

White with #30432B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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