Html Css Color HEX #303D2E Palm Leaf

📋 copy color: '#303D2E'

red 48 ◦ green 61 ◦ blue 46

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

Shades of Palm Leaf #303D2E

Tints of Palm Leaf #303D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

 BLUE value IS 46 (18.36% from 255) = 29.68%

R = 30.97%
G = 39.35%
B = 29.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#303D2E (or 0x303D2E) is known color: Palm Leaf. HEX triplet: 30, 3D and 2E. RGB value is (48,61,46). Sum of RGB (Red+Green+Blue) = 48+61+46=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #303D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D2E is #CFC2D1. Grayscale: #373737. Windows color (decimal): -13615826 or 3030320. OLE color: 3030320.

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

Color convert

RGB 48 61 46 -
CMYK 0.21 0 0.25 0.76
HSL 112º 0.14% 0.21% -
HSV(B) 112º 0.25% 0.24% -
XYZ 3.38 4.16 3.21 -
YUV 55.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 48 61 46 0.21 0 0.25 0.76 112 0.14 0.21
Hex 30 3D 2E 15 0 19 4C 70 E 15
Octal 60 75 56 25 0 31 114 160 16 25
Binary 110000 111101 101110 10101 0 11001 1001100 1110000 1110 10101

Color Harmonies of #303D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D2E

Black with #303D2E

Text Example


Text Example

White with #303D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,46); }

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

background-color css

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

 a { background-color: rgb(48,61,46); }

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

border-color css

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

 span { border-color: rgb(48,61,46); }

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