Html Css Color HEX #30472C Palm Leaf

📋 copy color: '#30472C'

red 48 ◦ green 71 ◦ blue 44

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

Shades of Palm Leaf #30472C

Tints of Palm Leaf #30472C

RGB

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

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

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

R = 29.45%
G = 43.56%
B = 26.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#30472C (or 0x30472C) is known color: Palm Leaf. HEX triplet: 30, 47 and 2C. RGB value is (48,71,44). Sum of RGB (Red+Green+Blue) = 48+71+44=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #30472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30472C is #CFB8D3. Grayscale: #3D3D3D. Windows color (decimal): -13613268 or 2901808. OLE color: 2901808.

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

Color convert

RGB 48 71 44 -
CMYK 0.32 0 0.38 0.72
HSL 111.11º 0.23% 0.23% -
HSV(B) 111.11º 0.38% 0.28% -
XYZ 3.93 5.32 3.2 -
YUV 61.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 48 71 44 0.32 0 0.38 0.72 111.11 0.23 0.23
Hex 30 47 2C 20 0 26 48 6F 17 17
Octal 60 107 54 40 0 46 110 157 27 27
Binary 110000 1000111 101100 100000 0 100110 1001000 1101111 10111 10111

Color Harmonies of #30472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30472C

Black with #30472C

Text Example


Text Example

White with #30472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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