Html Css Color HEX #30412C Palm Leaf

📋 copy color: '#30412C'

red 48 ◦ green 65 ◦ blue 44

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

Shades of Palm Leaf #30412C

Tints of Palm Leaf #30412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

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

R = 30.57%
G = 41.4%
B = 28.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#30412C (or 0x30412C) is known color: Palm Leaf. HEX triplet: 30, 41 and 2C. RGB value is (48,65,44). Sum of RGB (Red+Green+Blue) = 48+65+44=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #30412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30412C is #CFBED3. Grayscale: #393939. Windows color (decimal): -13614804 or 2900272. OLE color: 2900272.

HSL color Cylindrical-coordinate representation of color #30412C: hue angle of 108.57º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #30412C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 65 44 -
CMYK 0.26 0 0.32 0.75
HSL 108.57º 0.19% 0.21% -
HSV(B) 108.57º 0.32% 0.25% -
XYZ 3.56 4.59 3.08 -
YUV 57.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 48 65 44 0.26 0 0.32 0.75 108.57 0.19 0.21
Hex 30 41 2C 1A 0 20 4B 6D 13 15
Octal 60 101 54 32 0 40 113 155 23 25
Binary 110000 1000001 101100 11010 0 100000 1001011 1101101 10011 10101

Color Harmonies of #30412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30412C

Black with #30412C

Text Example


Text Example

White with #30412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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