Html Css Color HEX #30482B Palm Leaf

📋 copy color: '#30482B'

red 48 ◦ green 72 ◦ blue 43

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

Shades of Palm Leaf #30482B

Tints of Palm Leaf #30482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 29.45%
G = 44.17%
B = 26.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#30482B (or 0x30482B) is known color: Palm Leaf. HEX triplet: 30, 48 and 2B. RGB value is (48,72,43). Sum of RGB (Red+Green+Blue) = 48+72+43=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #30482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482B is #CFB7D4. Grayscale: #3D3D3D. Windows color (decimal): -13613013 or 2836528. OLE color: 2836528.

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

Color convert

RGB 48 72 43 -
CMYK 0.33 0 0.40 0.72
HSL 109.66º 0.25% 0.23% -
HSV(B) 109.66º 0.4% 0.28% -
XYZ 3.97 5.44 3.13 -
YUV 61.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 48 72 43 0.33 0 0.40 0.72 109.66 0.25 0.23
Hex 30 48 2B 21 0 28 48 6E 19 17
Octal 60 110 53 41 0 50 110 156 31 27
Binary 110000 1001000 101011 100001 0 101000 1001000 1101110 11001 10111

Color Harmonies of #30482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30482B

Black with #30482B

Text Example


Text Example

White with #30482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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