Html Css Color HEX #30472D Palm Leaf

📋 copy color: '#30472D'

red 48 ◦ green 71 ◦ blue 45

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

Shades of Palm Leaf #30472D

Tints of Palm Leaf #30472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.29%

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

R = 29.27%
G = 43.29%
B = 27.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#30472D (or 0x30472D) is known color: Palm Leaf. HEX triplet: 30, 47 and 2D. RGB value is (48,71,45). Sum of RGB (Red+Green+Blue) = 48+71+45=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #30472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30472D is #CFB8D2. Grayscale: #3D3D3D. Windows color (decimal): -13613267 or 2967344. OLE color: 2967344.

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

Color convert

RGB 48 71 45 -
CMYK 0.32 0 0.37 0.72
HSL 113.08º 0.22% 0.23% -
HSV(B) 113.08º 0.37% 0.28% -
XYZ 3.95 5.32 3.3 -
YUV 61.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 48 71 45 0.32 0 0.37 0.72 113.08 0.22 0.23
Hex 30 47 2D 20 0 25 48 71 16 17
Octal 60 107 55 40 0 45 110 161 26 27
Binary 110000 1000111 101101 100000 0 100101 1001000 1110001 10110 10111

Color Harmonies of #30472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30472D

Black with #30472D

Text Example


Text Example

White with #30472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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