Html Css Color HEX #30482A Palm Leaf

📋 copy color: '#30482A'

red 48 ◦ green 72 ◦ blue 42

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

Shades of Palm Leaf #30482A

Tints of Palm Leaf #30482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 29.63%
G = 44.44%
B = 25.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#30482A (or 0x30482A) is known color: Palm Leaf. HEX triplet: 30, 48 and 2A. RGB value is (48,72,42). Sum of RGB (Red+Green+Blue) = 48+72+42=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #30482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482A is #CFB7D5. Grayscale: #3D3D3D. Windows color (decimal): -13613014 or 2770992. OLE color: 2770992.

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

Color convert

RGB 48 72 42 -
CMYK 0.33 0 0.42 0.72
HSL 108º 0.26% 0.22% -
HSV(B) 108º 0.42% 0.28% -
XYZ 3.95 5.43 3.03 -
YUV 61.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 48 72 42 0.33 0 0.42 0.72 108 0.26 0.22
Hex 30 48 2A 21 0 2A 48 6C 1A 16
Octal 60 110 52 41 0 52 110 154 32 26
Binary 110000 1001000 101010 100001 0 101010 1001000 1101100 11010 10110

Color Harmonies of #30482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30482A

Black with #30482A

Text Example


Text Example

White with #30482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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