Html Css Color HEX #30442D Palm Leaf

📋 copy color: '#30442D'

red 48 ◦ green 68 ◦ blue 45

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

Shades of Palm Leaf #30442D

Tints of Palm Leaf #30442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 29.81%
G = 42.24%
B = 27.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#30442D (or 0x30442D) is known color: Palm Leaf. HEX triplet: 30, 44 and 2D. RGB value is (48,68,45). Sum of RGB (Red+Green+Blue) = 48+68+45=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #30442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30442D is #CFBBD2. Grayscale: #3B3B3B. Windows color (decimal): -13614035 or 2966576. OLE color: 2966576.

HSL color Cylindrical-coordinate representation of color #30442D: hue angle of 112.17º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30442D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 45 -
CMYK 0.29 0 0.34 0.73
HSL 112.17º 0.2% 0.22% -
HSV(B) 112.17º 0.34% 0.27% -
XYZ 3.76 4.95 3.24 -
YUV 59.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 48 68 45 0.29 0 0.34 0.73 112.17 0.2 0.22
Hex 30 44 2D 1D 0 22 49 70 14 16
Octal 60 104 55 35 0 42 111 160 24 26
Binary 110000 1000100 101101 11101 0 100010 1001001 1110000 10100 10110

Color Harmonies of #30442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30442D

Black with #30442D

Text Example


Text Example

White with #30442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30442D; }

 p { color: rgb(48,68,45); }

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

background-color css

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

 a { background-color: rgb(48,68,45); }

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

border-color css

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

 span { border-color: rgb(48,68,45); }

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