Html Css Color HEX #30482C Palm Leaf

📋 copy color: '#30482C'

red 48 ◦ green 72 ◦ blue 44

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

Shades of Palm Leaf #30482C

Tints of Palm Leaf #30482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 29.27%
G = 43.9%
B = 26.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#30482C (or 0x30482C) is known color: Palm Leaf. HEX triplet: 30, 48 and 2C. RGB value is (48,72,44). Sum of RGB (Red+Green+Blue) = 48+72+44=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #30482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482C is #CFB7D3. Grayscale: #3D3D3D. Windows color (decimal): -13613012 or 2902064. OLE color: 2902064.

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

Color convert

RGB 48 72 44 -
CMYK 0.33 0 0.39 0.72
HSL 111.43º 0.24% 0.23% -
HSV(B) 111.43º 0.39% 0.28% -
XYZ 3.99 5.44 3.22 -
YUV 61.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 48 72 44 0.33 0 0.39 0.72 111.43 0.24 0.23
Hex 30 48 2C 21 0 27 48 6F 18 17
Octal 60 110 54 41 0 47 110 157 30 27
Binary 110000 1001000 101100 100001 0 100111 1001000 1101111 11000 10111

Color Harmonies of #30482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30482C

Black with #30482C

Text Example


Text Example

White with #30482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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