Html Css Color HEX #30462D Palm Leaf

📋 copy color: '#30462D'

red 48 ◦ green 70 ◦ blue 45

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

Shades of Palm Leaf #30462D

Tints of Palm Leaf #30462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

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

R = 29.45%
G = 42.94%
B = 27.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#30462D (or 0x30462D) is known color: Palm Leaf. HEX triplet: 30, 46 and 2D. RGB value is (48,70,45). Sum of RGB (Red+Green+Blue) = 48+70+45=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #30462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30462D is #CFB9D2. Grayscale: #3C3C3C. Windows color (decimal): -13613523 or 2967088. OLE color: 2967088.

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

Color convert

RGB 48 70 45 -
CMYK 0.31 0 0.36 0.73
HSL 112.8º 0.22% 0.23% -
HSV(B) 112.8º 0.36% 0.27% -
XYZ 3.88 5.2 3.28 -
YUV 60.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 48 70 45 0.31 0 0.36 0.73 112.8 0.22 0.23
Hex 30 46 2D 1F 0 24 49 71 16 17
Octal 60 106 55 37 0 44 111 161 26 27
Binary 110000 1000110 101101 11111 0 100100 1001001 1110001 10110 10111

Color Harmonies of #30462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30462D

Black with #30462D

Text Example


Text Example

White with #30462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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