Html Css Color HEX #303C2E Palm Leaf

📋 copy color: '#303C2E'

red 48 ◦ green 60 ◦ blue 46

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

Shades of Palm Leaf #303C2E

Tints of Palm Leaf #303C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.96%

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

R = 31.17%
G = 38.96%
B = 29.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#303C2E (or 0x303C2E) is known color: Palm Leaf. HEX triplet: 30, 3C and 2E. RGB value is (48,60,46). Sum of RGB (Red+Green+Blue) = 48+60+46=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 60 - color contains mainly: green. Hex color #303C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C2E is #CFC3D1. Grayscale: #363636. Windows color (decimal): -13616082 or 3030064. OLE color: 3030064.

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

Color convert

RGB 48 60 46 -
CMYK 0.20 0 0.23 0.76
HSL 111.43º 0.13% 0.21% -
HSV(B) 111.43º 0.23% 0.24% -
XYZ 3.33 4.06 3.19 -
YUV 54.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 48 60 46 0.20 0 0.23 0.76 111.43 0.13 0.21
Hex 30 3C 2E 14 0 17 4C 6F D 15
Octal 60 74 56 24 0 27 114 157 15 25
Binary 110000 111100 101110 10100 0 10111 1001100 1101111 1101 10101

Color Harmonies of #303C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C2E

Black with #303C2E

Text Example


Text Example

White with #303C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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