Html Css Color HEX #30482E Palm Leaf

📋 copy color: '#30482E'

red 48 ◦ green 72 ◦ blue 46

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

Shades of Palm Leaf #30482E

Tints of Palm Leaf #30482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 28.92%
G = 43.37%
B = 27.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#30482E (or 0x30482E) is known color: Palm Leaf. HEX triplet: 30, 48 and 2E. RGB value is (48,72,46). Sum of RGB (Red+Green+Blue) = 48+72+46=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #30482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482E is #CFB7D1. Grayscale: #3D3D3D. Windows color (decimal): -13613010 or 3033136. OLE color: 3033136.

HSL color Cylindrical-coordinate representation of color #30482E: hue angle of 115.38º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30482E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 46 -
CMYK 0.33 0 0.36 0.72
HSL 115.38º 0.22% 0.23% -
HSV(B) 115.38º 0.36% 0.28% -
XYZ 4.03 5.46 3.43 -
YUV 61.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 48 72 46 0.33 0 0.36 0.72 115.38 0.22 0.23
Hex 30 48 2E 21 0 24 48 73 16 17
Octal 60 110 56 41 0 44 110 163 26 27
Binary 110000 1001000 101110 100001 0 100100 1001000 1110011 10110 10111

Color Harmonies of #30482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30482E

Black with #30482E

Text Example


Text Example

White with #30482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30482E; }

 p { color: rgb(48,72,46); }

 H1.HeaderClassName
 {
   color: #30482E;
 }
 .AnyTagClassName
 {
   color: #30482E;
 }
</style>

background-color css

<style>
 a { background-color: #30482E; }

 a { background-color: rgb(48,72,46); }

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

border-color css

<style>
 span { border-color: #30482E; }

 span { border-color: rgb(48,72,46); }

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