Html Css Color HEX #303F29 Palm Leaf

📋 copy color: '#303F29'

red 48 ◦ green 63 ◦ blue 41

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

Shades of Palm Leaf #303F29

Tints of Palm Leaf #303F29

RGB

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

 GREEN value IS 63 (25% from 255) = 41.45%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 31.58%
G = 41.45%
B = 26.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#303F29 (or 0x303F29) is known color: Palm Leaf. HEX triplet: 30, 3F and 29. RGB value is (48,63,41). Sum of RGB (Red+Green+Blue) = 48+63+41=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #303F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F29 is #CFC0D6. Grayscale: #383838. Windows color (decimal): -13615319 or 2703152. OLE color: 2703152.

HSL color Cylindrical-coordinate representation of color #303F29: hue angle of 100.91º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303F29 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 63 41 -
CMYK 0.24 0 0.35 0.75
HSL 100.91º 0.21% 0.2% -
HSV(B) 100.91º 0.35% 0.25% -
XYZ 3.4 4.34 2.76 -
YUV 56.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 48 63 41 0.24 0 0.35 0.75 100.91 0.21 0.2
Hex 30 3F 29 18 0 23 4B 65 15 14
Octal 60 77 51 30 0 43 113 145 25 24
Binary 110000 111111 101001 11000 0 100011 1001011 1100101 10101 10100

Color Harmonies of #303F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F29

Black with #303F29

Text Example


Text Example

White with #303F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F29; }

 p { color: rgb(48,63,41); }

 H1.HeaderClassName
 {
   color: #303F29;
 }
 .AnyTagClassName
 {
   color: #303F29;
 }
</style>

background-color css

<style>
 a { background-color: #303F29; }

 a { background-color: rgb(48,63,41); }

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

border-color css

<style>
 span { border-color: #303F29; }

 span { border-color: rgb(48,63,41); }

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