Html Css Color HEX #30472A Palm Leaf

📋 copy color: '#30472A'

red 48 ◦ green 71 ◦ blue 42

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

Shades of Palm Leaf #30472A

Tints of Palm Leaf #30472A

RGB

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

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

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

R = 29.81%
G = 44.1%
B = 26.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#30472A (or 0x30472A) is known color: Palm Leaf. HEX triplet: 30, 47 and 2A. RGB value is (48,71,42). Sum of RGB (Red+Green+Blue) = 48+71+42=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #30472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30472A is #CFB8D5. Grayscale: #3C3C3C. Windows color (decimal): -13613270 or 2770736. OLE color: 2770736.

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

Color convert

RGB 48 71 42 -
CMYK 0.32 0 0.41 0.72
HSL 107.59º 0.26% 0.22% -
HSV(B) 107.59º 0.41% 0.28% -
XYZ 3.89 5.3 3.01 -
YUV 60.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 48 71 42 0.32 0 0.41 0.72 107.59 0.26 0.22
Hex 30 47 2A 20 0 29 48 6C 1A 16
Octal 60 107 52 40 0 51 110 154 32 26
Binary 110000 1000111 101010 100000 0 101001 1001000 1101100 11010 10110

Color Harmonies of #30472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30472A

Black with #30472A

Text Example


Text Example

White with #30472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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